单项选择题
A.协议用户名 B.协议主机名 C.主机名 ip D.以上都不正确
What will be printed when you execute the following cod...
What will be printed when you execute the following code()。
A.BB B.CBB C.BAB D.None of the above
定义有StringBuffer s1=new StringBuffer(10);s1.append(“1234...
单项选择题定义有StringBuffer s1=new StringBuffer(10);s1.append(“1234”)则s1.length()和s1.capacity()分别是多少?
A.4;10 B.4;4 C.10;10 D.10;4
下面程序的输出是什么()。 A.342B.3423C.34234D.323
下面程序的输出是什么()。
A.342 B.3423 C.34234 D.323