Multiple choice technology programming languages

Which is not one of the component of bin?

  1. JAVAC

  2. AWT

  3. API

  4. Applet Viewer

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

API is not a component of the JDK bin directory. The bin directory contains executable tools like javac (compiler), java (runtime launcher), and appletviewer, while API refers to application programming interfaces - libraries and specifications, not executables.