(22)在关闭浏览器时调用,能够彻底终止Applet并释放该Applet所有资源的方法是
A)stop( )
B)destroy( )
C)paint( )
D)start( )
(23)为了将HelloApplet(主类名为HelloApplet.class)嵌入在greeting.html文件中,应该在下列greeting.html文件的横线处填入的代码是
<HTML>
<HEAD>
<TITLE> Greetings </TITLE>
</HEAD>
<BODY>
<APPLET ______>
</APPLET>
</BODY>
</HTML>
A)HelloApplet.class
B)CODE=” HelloApplet.class”
C)CODE=” HelloApplet.class” WIDTH=150 HEIGHT=25
D)CODE=” HelloApplet.class” WIDTH=10 HEIGHT=10
(24)下列变量名的定义中,符合Java命名约定的是
A)fieldname
B)super
C)Intnum
D)$number
(25)自定义异常类的父类可以是
A)Error
B)VirtuaMachineError
C)Exception
D)Thread
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>