Multiple choice Which of the following statement is not true about Applet in java? An applet can contain main method. The code of the applet can be downloaded in a user's browser if the html page contain that applet. The Graphics class is used to display the output of the applet. An applet can be used to fetch an image. None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation No, applet does not allow main method.