exam.htm
来自「exam system for all developers」· HTM 代码 · 共 54 行
HTM
54 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<META NAME="VPSiteProject" CONTENT="file:///E|/Data/WebSite/Project.vpp">
<META NAME="GENERATOR" Content="Visual Page 1.1a for Windows">
<TITLE>Exam Simulation Applet</TITLE>
</HEAD>
<BODY>
<CENTER>
<H3><BR>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="10%"><A HREF="../Layouts/../../index.htm"><IMG SRC="../Layouts/../../images/btnHome.jpg" WIDTH="55" HEIGHT="39" ALIGN="BOTTOM"
ALT="Back to the home page of this site" BORDER="0"></A></TD>
<TD WIDTH="90%"> </TD>
</TR>
</TABLE>
Exam Simulation Applet</H3>
</CENTER>
<P ALIGN="CENTER">(check out the notes at the bottom of this page)
<CENTER>
<H5>
<HR ALIGN="CENTER">
<APPLET NAME="Exam Class" CODE="Exam.class" WIDTH="785" HEIGHT="450" ALIGN="BOTTOM">
<PARAM NAME="QuestionSource" VALUE="http://www.software.u-net.com/applets/Exam/JXam.txt">
<!--<PARAM name=QuestionSource value="file:///jdk1.1/myprogs/Exam/JXam.txt">
</APPLET>
</H5>
<H5>
<HR ALIGN="CENTER">
</H5>
</CENTER>
<P>This applet simulates taking the actual Certification Exam. Like all the code on this site the source is available
under the GPL, just send me an email if you want it. You can find listings for other mock exams in the <A HREF="http://www.software.u-net.com/jcertfaq/jcertfaq.htm">FAQ</A>
at this site. You can find an online mock exam that more closely resembles the real exam at Bill Brogdans <A HREF="http://www.lanw.com/java/javacert/default.htm">site</A>.
For a modest fee you can purchase <A HREF="http://www.axtive.com/jcertify/">JCertify</A> which has an exam simulation
with answer explanations.</P>
<P><BR>
The Questions are approximatly the same as in my HTML Mock <A HREF="http://www.software.u-net.com/javaexam/javaexam.htm">exam</A>
version and the questions are loaded using a simple markup script called via a URL. This makes it easy to modify
and add new questions.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?