Multiple Choice
What package contains the JApplet class?
A) javax.applet
B) javax.swing
C) java.applet
D) java.swing
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The _ API allows you to add
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
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
Q20: What is the parent class of JApplet?<br>A)