正在加载图片...
function f(y) { var x y 3; document.write(x); if(y<n-1)document.write("*"); return x; } for(x=1;x〈n;x+) { d*=f(x): } document.write("="); document.write(d); </SCRIPT> lO8.请说出String类和StringBuffer类的区别。 lO9.已知一个在tomcat上的web应用名字叫myapp,有jsp、html、class、jar文件,请间这 个web应用应该怎样组织(目录,文件各放在什么地方)? lI0.简述page、application、session、request的作用域大小,并排序。 lll.已知Java安装在c:j2sdk目录,Tomcat安装在c:\tomcat目录,写出下列环境变量的值: Java home,catalina home,classpath,path 1l2.阅读下面html源文件,写出显示结果: <table border=0> <th>姓名</th><th>年龄</th><th>语文成绩</th><th>数学成绩</th> <tr><td>Li</td><td>20</td><td>70</td><td>80</td></tr> <tr><td>Wang</td><td>25</td><td>90</td><td>70</td></tr> </table> 1l3.out对象是什么类的对象,有什么功能,out.print和document.write有什么区别? 1l4.application对象有什么特点?和session对象有什么联系和区别? 1l5.简述Servlet的生命周期。 1l6.简单讲述以下request对象的几个方法的作用 getRemoteAddr() getRemoteHost() getSession([Boolean create]) getServerName() getServletPath() getServerPort() removeAttribute(String name) 第10页共23页第 10 页 共 23 页 function f(y) { var x = y * 3; document.write(x); if(y<n-1) document.write("*"); return x; } for(x = 1; x < n; x++) { d*=f(x); } document.write("="); document.write(d); </SCRIPT> 108. 请说出 String 类和 StringBuffer 类的区别。 109. 已知一个在 tomcat 上的 web 应用名字叫 myapp,有 jsp、html、class、jar 文件,请问这 个 web 应用应该怎样组织 (目录,文件各放在什么地方)? 110. 简述 page、application、session、request 的作用域大小,并排序。 111. 已知 Java 安装在 c:\j2sdk 目录,Tomcat 安装在 c:\tomcat 目录,写出下列环境变量的值: Java_home,catalina_home,classpath,path 112. 阅读下面 html 源文件,写出显示结果: <table border=0> <th>姓名</th><th>年龄</th><th>语文成绩</th><th>数学成绩</th> <tr><td>Li</td><td>20</td><td>70</td><td>80</td></tr> <tr><td>Wang</td><td>25</td><td>90</td><td>70</td></tr> </table> 113. out 对象是什么类的对象,有什么功能,out.print 和 document.write 有什么区别? 114. application 对象有什么特点?和 session 对象有什么联系和区别? 115. 简述 Servlet 的生命周期。 116. 简单讲述以下 request 对象的几个方法的作用 getRemoteAddr() getRemoteHost() getSession([Boolean create]) getServerName() getServletPath() getServerPort() removeAttribute(String name)
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有