1.

What Is An Applet? Should Applets Have Constructors?

Answer»

Applets are small programs transferred through Internet, AUTOMATICALLY installed and run as part of web-browser. Applets IMPLEMENTS functionality of a client. APPLET is a DYNAMIC and interactive program that runs inside a Web page displayed by a Java-capable browser. We dont have the concept of Constructors in Applets. Applets can be invoked EITHER through browser or through Appletviewer utility provided by JDK.

Applets are small programs transferred through Internet, automatically installed and run as part of web-browser. Applets implements functionality of a client. Applet is a dynamic and interactive program that runs inside a Web page displayed by a Java-capable browser. We dont have the concept of Constructors in Applets. Applets can be invoked either through browser or through Appletviewer utility provided by JDK.



Discussion

No Comment Found