Multiple Choice
What is the parent class of JApplet?
A) Container
B) Component
C) Applet
D) Panel
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: What package contains the JApplet class?<br>A) javax.applet<br>B)
Q16: You save applets with a(n) _ file
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
Q21: The _ command is part of the
Q22: To run an applet from an HTML
Q23: To compile an applet into bytecode, use
Q24: Match each term with the correct statement
Q25: How is an applet like a Java