单项选择题
What is the result?()
A.12,4
B.The code runs with no output.
C.An exception is thrown at runtime.
D.Compilation fails because of an error in line 21.
E.Compilation fails because of an error in line 22.
F.Compilation fails because of an error in line 31.
相关考题
-
单项选择题
When line 14 is reached, how many objects are eligible for the garbage collector?()
A.0
B.1
C.2
D.3
E.4
F.6 -
单项选择题
Which code should be inserted at line 1 of Demo.java to compile and run Demo toprint "pizzapizza"?()
A.import utils.*;
B.static import utils.*;
C.import utils.Repetition.*;
D.static import utils.Repetition.*;
E.import utils.Repetition.twice();
F.import static utils.Repetition.twice;
G.static import utils.Repetition.twice; -
单项选择题
What is the result?()
A.test
B.null
C.An exception is thrown at runtime.
D.Compilation fails because of an error in line 1.
E.Compilation fails because of an error in line 4.
F.Compilation fails because of an error in line 5.
