Basic of JAVA Applet
A JAVA Applet is a special program which is written in the Java programming language to compile Java byte code. It gives some attractive features to web applications which can�t be supported by HTML. By using a Java virtual machine (JVM) Java applets can run inside a web browser, it is necessary to view an applet. An applet is a subclass of the Java. applet. Applet class. It provides a standard interface between applets and web browser. The applets run on the client browser, with using apple in the website, website become more dynamic and entertaining. Java�s byte code is platform independent so it�s easy to execute java applet on any browser.
Last edited by spinxwebdesign; 09-07-2012 at 05:51 AM..
|