单项选择题
声明异常抛出用下列哪个子句来完成声明,它包含在方法的声明当中
A. throws
B. throw
C. Throwable
D. Exception
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列的哪个程序段可能导致错误
A.String s = "hello";String t = "good";String k = s + t;
B.String s = "hello";String t;t = s[3] + "one";
C.String s = " hello ";String standard = s.toUpperCase( );
D.String s = "hello";String t = s + "good";
点击查看答案&解析
单项选择题
Applet的默认布局管理器是FlowLayout,而Swing Applet的内容面板的默认布局管理器是( )。
A.String s = "hello";String t = "good";String k = s + t;
B.String s = "hello";String t;t = s[3] + "one";
C.String s = " hello ";String standard = s.toUpperCase( );
D.String s = "hello";String t = s + "good";
点击查看答案&解析
相关试题
下列是一个Java Applet程序,输出结果 (...
循环链表的主要优点是( )。
下面不属于软件设计原则的是( )。
开发大型软件时,产生困难的根本原因是( )。
下列叙述中正确的是( )。