设a初值为12,运算a*=2+3后的a值为:__________。
A. 60
B. 27
C. 编译出错
D. 38
查看答案
抛出异常用到的保留字是____________。
A. throws
B. Throw
C. catch
D. throw
下面那一个组件可以直接添加到菜单中__________。
A. 菜单条
B. 菜单
C. 按纽
D. 下拉列表
System类的err对象是类型为__________类的对象。
A. OutputStream
B. FileWriter
C. PrintStream
D. BufferedWriter
唤醒被wait()方法阻塞的线程,不能使用__________方法。
A. weak()
B. notifyAll()
C. notify()
D. interrupt()