}
// End -->
</script>
<b>Test your knowledge of Java!</b>
<hr>
<FORM>
<b>1. What is the name of the Java mascot?</b><br>
<input type=radio name="q1" value="a" onClick="Engine(1, this.value)">a) Luke<br>
<input type=radio name="q1" value="b" onClick="Engine(1, this.value)">b) Duke<br>
<input type=radio name="q1" value="c" onClick="Engine(1, this.value)">c) Nuke<br>
<input type=radio name="q1" value="d" onClick="Engine(1, this.value)">d) Sunny<p>
<b>2. Where is the best place to get Java software?</b><br>
<input type=radio name="q2" value="a" onClick="Engine(2, this.value)">a) From a can<br>
<input type=radio name="q2" value="b" onClick="Engine(2, this.value)">b) From java.sun.com<br>
<input type=radio name="q2" value="c" onClick="Engine(2, this.value)">c) You have to buy it from Microsoft<br>
<input type=radio name="q2" value="d" onClick="Engine(2, this.value)">d) From your local Star Bucks<p>
<b>3. A 'for' loop in Java looks like this....</b><br>
<input type=radio name="q3" value="a" onClick="Engine(3, this.value)">a) for(int i=0;i<5;i++){}<br>
<input type=radio name="q3" value="b" onClick="Engine(3, this.value)">b) for i=1 to 5 do<br>
<input type=radio name="q3" value="c" onClick="Engine(3, this.value)">c) repeat...until(i=5)<br>
<input type=radio name="q3" value="d" onClick="Engine(3, this.value)">d) FOR I:=5 DOWNTO 1 DO <p>
<b>4. Which platform can not run Java.</b><br>
<input type=radio name="q4" value="a" onClick="Engine(4, this.value)">Linux<br>
<input type=radio name="q4" value="b" onClick="Engine(4, this.value)">Windows NT<br>
<input type=radio name="q4" value="c" onClick="Engine(4, this.value)">Commodore 64<br>
<input type=radio name="q4" value="d" onClick="Engine(4, this.value)">Apple Mac<p>
<b>5. 'JMF' stands for: </b><br>
<input type=radio name="q5" value="a" onClick="Engine(5, this.value)">A pop group of the 90's who had the hit "Unbelievable"<br>
<input type=radio name="q5" value="b" onClick="Engine(5, this.value)">Java Media Framework<br>
<input type=radio name="q5" value="c" onClick="Engine(5, this.value)">Java Messaging Framework<br>
<input type=radio name="q5" value="d" onClick="Engine(5, this.value)">Java Meditation Forum<p>
<CENTER>
<input type=button onClick="Score()" value="看看我的成绩?">
</CENTER>
</FORM>