Applet can be viewed by using
-
applet viewer tool
-
show applet tool
-
display applet tool
-
appletviewer tool
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.