Multiple choice

Applet can be viewed by using

  1. applet viewer tool

  2. show applet tool

  3. display applet tool

  4. appletviewer tool

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

appletviewer is the JDK tool specifically designed to test and view Java applets without needing a full web browser. The other options (applet viewer tool, show applet tool, display applet tool) are descriptive phrases but not the actual command-line tool name. The correct tool is invoked with 'appletviewer' followed by the HTML file containing the applet tag.