填空题

字符中分为两大类,一类是字符串常量,使用String类的对象表示;另一类是字符串变量,使用 ______ 类的对象表示。

【参考答案】

StringBuffer
<上一题 目录 下一题>
热门 试题

单项选择题
在oneMethod()方法运行正常的情况下,程序段将输出什么 ( ) public void test() { try { oneMethod(); System.out.println( condition 1 ); } catch(ArrayIndexOutOfBoundsException e) { System.out.println( condition 2 ); } catch(Exception e) { System.out.println( condition 3 ); } finally { System.out.println( finally );
A.condition 1
B.condition 2
C.condition 3
D.condition 1 finally
填空题
一个项目具有一个项目主管,一个项目主管可管理多个项目,则实体“项目主管”与实体“项目”的联系属于 ______ 的联系。
相关试题
  • 对话框(Dialog)是 ______ 类的子...
  • 如果容器采用 ______ 进行布局管理...
  • URL是 ______ 的缩写。
  • 设a=8,则表达式a>>>2的值是 ___...
  • 在线程中普通优先级的线程,其优先级默认值...