单项选择题
Given:
What is the result()。
A.The output is “Equal”
B.The output in “Not Equal”
C.An error at line 5 causes compilation to fall.
D.The program executes but does not print a message.
点击查看答案&解析
相关考题
-
单项选择题
提供Java存取数据库能力的包是()。
A.java.sql
B.java.awt
C.java.lang
D.java.swing -
多项选择题
java中HashTable,Vector,TreeSet,LinkedList哪些线程是安全的()。
A.HashTable
B.Vector
C.TreeSet
D.LinkedList -
单项选择题
下列程序的运行结果()。
A.pingpong
B.pongping
C.pingpong和pongping都有可能
D.都不输出
