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 All statements A, B, and C are false. Applets do not have a main method (they use init(), start(), etc.), GUI components can be added to containers in various ways, and the Applet class is public. Therefore D is correct.