单项选择题
What statement is true?()
A.The code will compile without changes.
B.The code will compile if public Tree(){Plant();} is added to the Tree class.
C.The code will compile if public Plant(){Tree();} is added to the Plant class.
D.The code will compile if public Plant(){this("fern");} is added to the Plant class.
E.The code will compile if public Plant(){Plant("fern");} is added to the Plant class.
相关考题
-
单项选择题
What is the result?()
A.Line 26 prints "a" to System.out.
B.Line 26 prints "b" to System.out.
C.An exception is thrown at runtime.
D.Compilation of class A will fail due to an error in line 6. -
单项选择题
What is the result?()
A.true,true
B.false,true
C.true,false
D.false,false
E.Compilation fails.
F.An exception is thrown at runtime. -
单项选择题
What is the output?()
A.300-100-100-100-100
B.300-300-100-100-100
C.300-300-300-100-100
D.300-300-300-300-100
