首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
 新闻│Java│JavaScript│Eclipse│Eclipse 英文│J2EE│J2ME│J2SE│JSP│Netbeans│Hibernate│JBuilder│Spring│Struts
站内搜索: 请输入搜索关键词

当前页面: 开发资料首页 → Java 专题 → JavaScript教程(chm格式)

JavaScript教程(chm格式)

摘要: JavaScript教程(chm格式)

</td> </tr> <tr> <td height="35" valign="top" class="ArticleTeitle"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="263" height="86" align="center" valign="top"> </td> <td width="421" valign="top">

本文档由太平洋软件资讯栏目制作,版权归太平洋软件资讯站 及文档作者所有。制作该文档的目的是为了方便广大网友。因此任何人都可以自由复制,或在网络中散布该文档。但不允许将该文档用于出版或其它商业用途,同时使用该文档的过程中,未经允许,不得对该文档进行修改及反编译。如有问题请与我们联系谢谢!

考考你(36)

1) public class Test{
2) public static String output="";
3) public static void foo(int i){
4) try {
5) if(i==1){
6) throw new Exception();
7) }
8) output +="1";
9) }
10) catch(Exception e){
11) output+="2";
12) return;
13) }
14) finally{
15) output+="3";
16) }
17) output+="4";
18) }
19) public static void main(String args[]){
20) foo(0);
21) foo(1);
22)
23) }
24) }
what is the value of output ?

点击查看答案


</td></tr> <tr> <td height="20" colspan="2">


</td> </tr> </table>

</td> </tr> <tr>


↑返回目录
前一篇: jspSmartUpload上传下载组件
后一篇: 了解 Java ClassLoader(教程)

首页 | 全站 Sitemap | 联系我们 | 设为首页 | 收藏本站
版权所有 Copyright © 2006-2007, Java 编程资料牛鼻站, All rights reserved