单项选择题
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”)则s1.length()和s1.capacity()分别是多少?
单项选择题 下面程序的输出是什么()。
多项选择题 final、finally和finalize的区别中,下述说法正确的有()。