Computer Science, asked by gooddoogbad, 8 months ago

State true or false : Applet application have main method​

Answers

Answered by sakilahamed
1

Answer:

Notice that the applet does not have a main( ) method. Unlike Java programs, applets do not begin execution at main( ). In fact, most applets don't even have a main( ) method. Instead, an applet begins execution when the name of its class is passed to an applet viewer or to a network browser.

Similar questions