What is an applet and explain ?
Answers
Answered by
0
An applet is a Java program that runs in a Web browser. ... A main() method is not invoked on an applet, and an applet class will not define main(). Applets are designed to be embedded within an HTML page. When a user views an HTML page that contains an applet, the code for the applet is downloaded to the user's machine.
Similar questions