Sunday, July 12, 2009

First Applet Programme



Type this program in a note pad.

To execute an applet in a web write a HTML text file using notepad.











Then save the file as applet.html

Running an applet Using a java compatible browser such as Internet Explorer.

If you follow all necessary things correctly. You will see “Hello”

In your web browser.



What is an Applet

Applets are intelligent Java program. Applets can react to the user input and dynamically change according to the user input.

Applets Run as part of a web document. Transported over the Internet. dynamically downloaded across the network and Automatically installed.