题目内容

Given: 11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println("B "); } 16. } 17. public static void main(String[] args) { 18. A a = new B(); 19. a.process(); 20. } What is the result? ()

A. Compilation fails because of an error in line 19.
B. An exception is thrown at runtime.
C. B
D. Compilation fails because of an error in line 18.
E. Compilation fails because of an error in line 15.
F. The code runs with no output.

查看答案
更多问题

欠平衡起钻灌泥浆有何要求?

简述定价目标的类型?

放电电形式中,危害最大的是()

《网络安全法》的意义包括了()。

A. 落实党中央决策部署的重要举措
B. 维护网络安全的客观需要
C. 维护民众切身利益的必然要求
D. 参与互联网国际竞争和国际治理的必然选择

答案查题题库