欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

jsp在线考试系统-htm文件

程序员文章站 2022-06-15 14:04:53
一个在线考试,测试你的(sun企业级应用的首选)知识,代码不是特别多,所以不加注释了((sun企业级应用的首选)bbs.yeah.net)index.jsp(sun企业级应用的首选...
一个在线考试,测试你的(sun企业级应用的首选)知识,代码不是特别多,所以不加注释了((sun企业级应用的首选)bbs.yeah.net)

index.jsp(sun企业级应用的首选)

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><font face="verdana, arial, helvetica, sans-serif">
<div align="right">
<font size="-1"><a href="/developer/quizzes/index.html">quizzes
index</a></font></div>
<h2 align="right"><font color="#fffffff">jsp(sun企业级应用的首选) professional, chapter 12
quiz</font></h2>
<h4 align="right"><em>by dan malks</em></h4>

<table border="0" cellpadding="0" cellspacing="0">
<tr><td>
<img src="/edu/uploadpic/2008-2/2008229135236174.gif"" width="164" height="115" align=left alt="duke">
</td><td><font face="verdana, arial, helvetica, sans-serif">
the <i><a
href="/developer/books/jsp(sun企业级应用的首选)/index.html">jsp(sun企业级应用的首选) professional: chapter 12, jsp(sun企业级应用的首选)
archictecture</a></i> test your knowledge on the differences between servlets
and jsp(sun企业级应用的首选), factor forward-factor back, page-centric verses the dispatcher
approach, and more.
</font></td></tr>
</table>

<hr>

<!-- form calls the answer.jsp(sun企业级应用的首选), which invokes the quizresponses bean -->
<form method="post" action="answer.jsp(sun企业级应用的首选)">

<ol>
<!-- question 1 -->

<li><font face="verdana, arial, helvetica, sans-serif">choose the statement
that best describes the relationship between javaserver
pages<sup><font size="-2">tm</font></sup> (jsp(sun企业级应用的首选)<sup><font size="-2">tm</font></sup>)
and servlets: </font>
<br>
<table border="0" cellpadding="5" cellspacing="0">
<tr><td><font face="verdana, arial, helvetica, sans-serif"><input name="one"
type="radio" value="a"> &nbsp;a.</font></td>
<td><font face="verdana, arial, helvetica, sans-serif">
servlets are built on jsp(sun企业级应用的首选) semantics and all servlets are compiled to jsp(sun企业级应用的首选)
pages for runtime usage<br></font></td></tr>
<tr><td><font face="verdana, arial, helvetica, sans-serif"><input name="one"
type="radio" value="b"> &nbsp;b.</font></td>
<td><font face="verdana, arial, helvetica, sans-serif"> jsp(sun企业级应用的首选) and servlets are
unrelated technologies</font></td></tr>
<tr><td><font face="verdana, arial, helvetica, sans-serif"><input name="one"
type="radio" value="c"> &nbsp;c.</font></td>
<td><font face="verdana, arial, helvetica, sans-serif">servlets and jsp(sun企业级应用的首选) are
competing technologies for handling web requests. servlets are being superceded
by jsp(sun企业级应用的首选), which is preferred. the two technologies are not useful in combination.
</font></td></tr>
<tr><td><font face="verdana, arial, helvetica, sans-serif"><input name="one"
type="radio" value="d"> &nbsp;d.</font></td>
<td><font face="verdana, arial, helvetica, sans-serif"> jsp(sun企业级应用的首选)s are built on
servlet semantics and all jsp(sun企业级应用的首选)s are compiled to servlets for runtime usage
</font></td></tr>
</table>

<p>
<!-- question 2 -->
<li><font face="verdana, arial, helvetica, sans-serif">what is a benefit of