Multiple choice technology programming languages Which is true about applet? Applet version has main method GUI components are added explicitly to the Applet Aplet class is declared private 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.