Multiple Choice
You save applets with a(n) ____ file extension.
A) .java
B) .appl
C) .applet
D) .class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Match each term with the correct statement
Q12: arrowPicture.paintIcon(this, g, 150, 0);<br>The statement above is
Q13: If the JApplet class was not already
Q14: <html><br>_<br></object><br></html><br>Using the HTML code above, write the
Q15: What package contains the JApplet class?<br>A) javax.applet<br>B)
Q17: The tag that begins every HTML document
Q18: The init() method is the first method
Q19: import javax.swing.*;<br>import java.awt.*;<br>public class JHello extends JApplet<br>{<br>JLabel
Q20: What is the parent class of JApplet?<br>A)
Q21: The _ command is part of the