再见西城 发表于 2015-1-18 11:38:20

JAVA网页编程之jsp在线测验体系-jsp文件

首先java功能强大的背后是其复杂性,就拿web来说,当今流行的框架有很多,什么struts,spring,jQuery等等,而这无疑增加了java的复杂性。js|在线

一个在线测验体系,测试你的jsp常识,代码不是出格多,以是不加正文了(http://jspbbs.yeah.net)
answer.jsp
<%--Includedirective--%>
<%@includefile="header.html"%>
<TABLEBORDER="0"CELLPADDING="0"CELLSPACING="0">
<TR>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<DIVALIGN="RIGHT">
<FONTSIZE="-1"><AHREF="/developer/Quizzes/index.html">Quizzes
Index</A></FONT></DIV>
<H2ALIGN="RIGHT"><FONTCOLOR="#FFFFFFF">JSPProfessional,Chapter12Quiz
Answers</FONT></H2>
<H4ALIGN="RIGHT"><EM>byDanMalks</EM></H4>
<BR><BR>
<TABLEBORDER="0"CELLSPACING="8"CELLPADDING="2"<TR><TD>
<FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<%--Pagedirectivethatappliestoentirepage.--%>
<%@pagelanguage="java"%>
<%--Identifiesbeanas"worker"andtellsthepagewheretolocatethebean.--%>
<jsp:useBeanid="worker"class="jdc.quiz.QuizResponses"scope="request"/>
<%--Setbeanpropertieswithawildcard.--%>
<jsp:setPropertyname="worker"property="*"/>

<%--Scoring--%>
<%--Variabledeclarationincodescriptlet-->
<%intscore=0;%>
<!--QuizQuestions-->
<!--Question1-->
<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">1.</FONT></TD>
<%--ThemethodgetOne()wassetupinthebeanwiththeid"worker"--%>
<%--AllJavacodeisenclosedin<%%>,leavingHTMLtobeeasily--%>
<%--changedorupdated.--%>
<%if((worker.getOne()!=null)&&((worker.getOne()).equals("D"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif"><B>D</B>
iscorrect!</FONT></TD>

<%}elseif(worker.getOne()!=null){%>

<TDVALIGN="TOP"><FONTCOLOR=red><jsp:getPropertyname="worker"property="one"/>
isincorrect!</FONT></TD>
<%}else{%>
<TDVALIGN="TOP">Blank<FONTCOLOR=red>X</FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
EveryJavaServerPages<SUP><FONTSIZE="-2">TM</FONT></SUP>
(JSP)<SUP><FONTSIZE="-2">TM</FONT></SUP>sourcepageiscompiledinto
aservletbeforeitisexecutedatruntime.</A><BR><BR></FONT></TD></TR>
<!--Question2-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">2.</FONT></TD>

<%if((worker.getTwo()!=null)&&((worker.getTwo()).equals("B"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif"><B>B</B>
iscorrect!<BR></FONT></TD>

<%}elseif(worker.getTwo()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="two"/>is
incorrect</FONT></TD>
<%}else{%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Blank
<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
WhenlargeamountsofJavascriptletcodearemixedwithHTMLmarkup
withinaJSPpage,notonlydoreadabilityandreusesuffer,butoften
bugsareintroducedasweb-productionteammembers,whomaynotbe
familiarwithJavaprogramming,needtomodifytheaccompanyingmarkup.
Additionally,dependenciesnowexistamongvariousteamscompetingforthe
samefile,makingthedevelopmentprocesslessefficient.
</FONT>
</TD></TR>
<!--Question3-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">3.</FONT></TD>
<%if((worker.getThree()!=null)&&((worker.getThree()).equals("D"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif"><B>D</B>
iscorrect!<BR></FONT></TD>

<%}elseif(worker.getThree()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="three"/>is
incorrect</FONT></FONT></TD>
<%}else{%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Blank<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
DoinganHTTPredirectrequiresaround-triptotheclient.Ifthis
isnotrequired,andtheonlydesireistoforwardtherequestto
anotherresource,thenthiscanbemuchmoreefficientlyaccomplished
withthe<CODE>RequestDispatcher</CODE>.Additionally,whenusingthe
dispatcherthestateoftherequestobjectismaintainedbetween
resources,whichwillnotbethecasewiththeHTTPredirect.
</FONT></TD></TR>
<!--Question4-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">4.</TD>
<%if((worker.getFour()!=null)&&((worker.getFour()).equals("C"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif"><B>C</B>
iscorrect!<BR></FONT></TD>

<%}elseif(worker.getFour()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="four"/>is
incorrect</FONT></FONT></TD>
<%}else{%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Blank<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Businesslogicisbettercontainedina
JavaBean<SUP><FONTSIZE="-2">TM</FONT></SUP>oraservlet,whichis
ownedbyasoftwaredeveloper.WhenlotsofJavacodeisembedded
directlywithintheJSPpageasscriptlets,the
"cut-and-paste"mentalitytendstoprevailwhenitcomes
tocodereuse.
</FONT>
</TD></TR>
<!--Question5-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">5.</FONT></TD>
<%if((worker.getFive()!=null)&&((worker.getFive()).equals("A"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<B>A</B>iscorrect!<BR></FONT></TD>

<%}elseif(worker.getFive()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="five"/>is
incorrect</FONT></FONT></TD>
<%}else{%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Blank<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Sincetheservletistheinitialcontactpointforeachrequest,itis
well-suitedtohandlelogicthatiscommonacrossmultiplerequests.
Agoodexampleofthistypeoflogicisanauthenticationcheck.
</FONT>
</TD></TR>
<!--Question6-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">6.</FONT></TD>
<%if((worker.getSix()!=null)&&((worker.getSix()).equals("B"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<B>B</B>iscorrect!<BR></FONT></TD>

<%}elseif(worker.getSix()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="six"/>is
incorrect</FONT></FONT></TD>
<%}else{%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Blank<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Usingabusinessdelegatereducescouplingbetweenthepresentation
andbusinesstiers.Thepresentationtierhasnoknowledgeofthe
EJBimplementationdetails,suchasJavaNamingandDirectory
Interface<SUP><FONTSIZE="-2">TM</FONT></SUP>lookup.
</FONT>
</TD></TR>
<!--Question7-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">7.</FONT></TD>
<%if((worker.getSeven()!=null)&&((worker.getSeven()).equals("B"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<B>B</B>iscorrect!<BR></FONT></TD>

<%}elseif(worker.getSeven()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="seven"/>is
incorrect</FONT></FONT></TD>
<%}else{%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Blank<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
UsingJavascriptletsistheacceptedmethodofdoingiterationin
JSP<SUP><FONTSIZE="-2">TM</FONT></SUP>1.0.In
JSP<SUP><FONTSIZE="-2">TM</FONT></SUP>1.1,acustomtagmaybeused,
whichwillhidetheimplementationdetailsoftheiterationcode.
</FONT></TD></TR>
<!--Question8-->

<TR><TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">8.
</FONT></TD>
<%if((worker.getEight()!=null)&&((worker.getEight()).equals("A"))){score++;%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<B>A</B>iscorrect!<BR></FONT></TD>

<%}elseif(worker.getEight()!=null){%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
<FONTCOLOR=red><jsp:getPropertyname="worker"property="eight"/>is
incorrect</FONT></FONT></TD>
<%}else{%>
<TD><FONTFACE="Verdana,Arial,Helvetica,sans-serif">Blank
<FONTCOLOR=red>X</FONT></FONT></TD>
<%}%>
<TDVALIGN="TOP"><FONTFACE="Verdana,Arial,Helvetica,sans-serif">
Theterm<I>Page-Centric</I>isusedtodescribeanarchitecturewhere
theinitialcontactpointfortherequestisaJSPpage.Anexample
isshownvisuallybelow:
<P>


</TABLE>
<P>
<%@includefile="footer.html"%>


市场分额,java比asp高一点,因为C#是仿照java开发的,所以哦C#能做的java都能做到,但是java能做的,C#不一定都能做到。毕竟是抄袭吗。

分手快乐 发表于 2015-1-18 20:50:21

Java是一个纯的面向对象的程序设计语言,它继承了 C++语言面向对象技术的核心。Java舍弃了C ++语言中容易引起错误的指针(以引用取代)、运算符重载(operator overloading)

活着的死人 发表于 2015-1-23 13:32:30

Java是一种计算机编程语言,拥有跨平台、面向对java

第二个灵魂 发表于 2015-1-26 20:12:25

是一种使网页(Web Page)产生生动活泼画面的语言

冷月葬花魂 发表于 2015-2-2 06:06:49

《JAVA语言程序设计》或《JAVA从入门到精通》这两本书开始学,等你编程有感觉的时候也可以回看一下。《JAVA读书笔记》这本书,因为讲的代码很多,也很容易看懂,涉及到面也到位。是你学习技术巩固的好书,学完后就看看《JAVA编程思想》这本书,找找一个自己写的代码跟书上的代码有什么不一样。

仓酷云 发表于 2015-2-2 19:50:16

不过,每次的执行编译后的字节码需要消耗一定的时间,这同时也在一定程度上降低了 Java 程序的运行效率。

admin 发表于 2015-2-2 21:59:16

Java自面世后就非常流行,发展迅速,对C++语言形成了有力冲击。Java 技术具有卓越的通用性、高效性、平台移植性和安全性,广泛应用于个人PC、数据中心、游戏控制台

只想知道 发表于 2015-2-8 08:31:09

在全球云计算和移动互联网的产业环境下,Java更具备了显著优势和广阔前景。

飘灵儿 发表于 2015-2-25 03:48:18

有时间再研究一下MVC结构(把Model-View-Control分离开的设计思想)

乐观 发表于 2015-3-7 16:29:34

让你能够真正掌握接口或抽象类的应用,从而在原来的Java语言基础上跃进一步,更重要的是,设计模式反复向你强调一个宗旨:要让你的程序尽可能的可重用。

蒙在股里 发表于 2015-3-15 09:28:46

还好,SUN提供了Javabean可以把你的JSP中的 Java代码封装起来,便于调用也便于重用。

小魔女 发表于 2015-3-19 17:52:15

你现在最缺的是实际的工作经验,而不是书本上那些凭空想出来的程序。

灵魂腐蚀 发表于 2015-3-19 18:10:07

还好,SUN提供了Javabean可以把你的JSP中的 Java代码封装起来,便于调用也便于重用。

透明 发表于 2015-3-21 13:56:25

象、泛型编程的特性,广泛应用于企业级Web应用开发和移动应用开发。

爱飞 发表于 2015-3-27 20:09:32

Pet Store.(宠物店)是SUN公司为了演示其J2EE编程规范而推出的开放源码的程序,应该很具有权威性,想学J2EE和EJB的朋友不要 错过了。

再现理想 发表于 2015-4-1 17:03:19

J2SE开发桌面应用软件比起 VC,VB,DEPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。

莫相离 发表于 2015-4-2 02:53:46

你现在最缺的是实际的工作经验,而不是书本上那些凭空想出来的程序。

若天明 发表于 2015-4-13 12:30:12

Pet Store.(宠物店)是SUN公司为了演示其J2EE编程规范而推出的开放源码的程序,应该很具有权威性,想学J2EE和EJB的朋友不要 错过了。

精灵巫婆 发表于 2015-4-20 02:06:35

是一种为 Internet发展的计算机语言

老尸 发表于 2015-5-11 23:40:37

让你能够真正掌握接口或抽象类的应用,从而在原来的Java语言基础上跃进一步,更重要的是,设计模式反复向你强调一个宗旨:要让你的程序尽可能的可重用。
页: [1]
查看完整版本: JAVA网页编程之jsp在线测验体系-jsp文件