单项选择题

下列哪个选项是main( )方法的返回值类型

A. Const a As Single=1.1
B. Const a="OK"
C. Const a As Double=Sin(1)
D. Const a As Integer="12"
<上一题 目录 下一题>
热门 试题

单项选择题
下列哪个方法是用来专门定义临界区,实现线程的同步
A. resume()
B. notify()
C. start()
D. synchronized()
单项选择题
下列哪个选项不是InputStream类中的方法
A.public abstract int read( )throws IOException
B.public final void writeInt(int v)throws IOException
C.pubfic void close( )throws IOException
D.pubfic int available( )throws IOExcepfion
相关试题
  • 阅读下列代码public class Test 200...
  • 在下面附属类方法中的下划线处应填入的正确...
  • 下列程序的输出结果是( )。classA{int...
  • 要将web页中的数据装载到Java应用程序中,...
  • 为读取的内容进行处理后再输出,需要使用下...