试题详情
- 简答题 1. public class test { 2. public static string output = “” 3. 4. public static void foo(int i) { 5. try { 6. if(i= =1) { 7. throw new Exception (); 8. } 9. output += “1”; 10.} 11. catch(Exception e) { 12. output += “2”; 13. return; 14.} 15. finally ( 16. output += “3”; 17. ) 18. output += “4”; 19. } 20. 21. public static void main (string args[]) ( 22. foo(0); 23. foo(1); 24. 25. ) 26. } What is the value of the variable output at line 24?()
- 13423
关注下方微信公众号,在线模考后查看
热门试题
- public class&e
- 有关hashMap跟hashTable的
- 要产生一个动作监听器类,需要实现什么接口
- 35.intx=10; 36.do{
- 下列不能控制一个Servlet的生命周期
- 利用线程方法编写JApplet程序,实现
- Which keyword can pr
- 在Swing GUI编程中,
- 下面有关struts1和struts2的
- 创建密码框返回的信息有哪些原则?(
- 建立Socket类的客户端需要哪些步骤?
- 利用递归方法求5!。
- Which code,&ens
- 现有: 1. i
- 内部框架用于在主框架内部显示一系列子框架
- Which statemen
- A JSP pag
- Which code&ens
- 11. public&ens
- 编写一个应用程序,对程序中给定的四个do