Java Applet Tutorial-1

An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM). For information and examples on how to include an applet in an HTML page, refer to this description of the <APPLET> tag.

This is an introduction in Java Applet programming. This tutorial will give you a brief idea about the Java applets. This Java applet tutorial assumes that you have some previous experience with Java programming. This Java tutorial should be a good starting point for writing graphics application.

Add new comment