Multiple Choice
The ____ command is part of the Java Development Kit (JDK) , which provides a convenient environment in which to test your applets.
A) appletview
B) appletviewer
C) viewapplet
D) av
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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)
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
Q26: The _ method is always called after