Multiple choice

AppletViewer tool is available in which of the folder of JDK

  1. bin

  2. lib

  3. source

  4. class

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

The AppletViewer tool, like other JDK utilities such as javac and java, is located in the bin directory of the JDK installation. The bin folder contains executable programs and tools, while lib contains libraries and class files.