如果某文件夹中开始只存放了程序the777.java,则编译成功后该文件夹中将会有文件().
A. the777.html
B. the911.java
C. the777.class
D. the911
查看答案
A.
p.add(c)
B.
p.getContentPane(c)
C.
p.insert(c)
D.
p.append(c)
下面哪个方法可以从一个文件中读取一行内容?().
A. next
B. nextLine
C. nextInt
D. nextDouble
java字节码文件的后缀是().
A. .java
B. .obj
C. .class
D. .exe
哪个关键字修饰的变量和方法不能从其他类访问()?
A. protected
B. public
C. private
D. default