第 1 章:本版本的最新资讯 第 2 章:关于 Siebel Communication Server 什么是 Siebel Communication Server? 17 将 Communication Server 用于其它 Siebel 模块 18 Communication Server 和 Siebel CTI 18 Communication Server 和 Siebel Email Response 18 Communication Server 和 Siebel 统一队列
JAVA试题(100道) —————————————————————————————————————— 题目1: 下面不属于基本类型的是:c (选择1项) A) boolean B) long C) String D) byte 题目2:d 如下程序中: (1)public class CharToInt (2){ (3) public static void main(String[] args) (4) { (5) int a,b=10; (6) char c='语'; (7) a=b+c