问题:
Click the Exhibit button.
Given: ClassA a = new ClassA();a.methodA();
What is the result?()
A . Compilation fails.
B . ClassC is displayed.
C . The code runs with no output.
D . An exception is thrown at runtime.
Click the Exhibit button.
Given: ClassA a = new ClassA();a.methodA();
What is the result?()
● 参考解析
本题暂无解析