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

当前页面: 开发资料首页 → Java 专题 → jsp2.0表达式语言学习资料

jsp2.0表达式语言学习资料

摘要: jsp2.0表达式语言学习资料

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

jsp2.0表达式语言,学习和使用jsp2.0表达式语言,pdf格式。中文。如下图:

考考你(22)

What is the result of attempting to compile and run the following program?
public class Test {
private int i = j;
private int j = 10;

public static void main(String args[]){
System.out.println((new Test()).i);
}
}
Select one correct answer
a. Compiler error complaining about access restriction of private variables of Test.
b. Compiler error complaining about forward referencing.
c. No error - The output is 0;
d. No error - The output is 10;

点击查看答案

</td> <td width="253" valign="top"> </td> </tr> <tr> <td height="20" colspan="2">


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

 


</td> </tr> <tr>


↑返回目录
前一篇: JSP入门实例:无刷新JSP聊天室
后一篇: 风暴『留言簿v1.0』jsp版

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