Multiple choice technology programming languages

Which is true about applet?

  1. Applet version has main method

  2. GUI components are added explicitly to the Applet

  3. Aplet class is declared private

  4. None of the above

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

Applets do not have a main method, their classes must be declared public, and GUI components are typically added to them. Thus, none of the specific statements about applets are true, making 'None of the above' correct.