Showing posts with label java applet. Show all posts
Showing posts with label java applet. Show all posts

Friday, 3 October 2014

Java Applet Security

How Java Applet Deals with Security?


Java keeps a "firewall" between a networked application and the computer.

Java Achieves this protection with the help of a Java Compatible Web Browser by confining a Java Program to the Java Execution Environment and not allowing its access to the others parts of the Computer.

Sunday, 14 September 2014

Java Applet

What is Applet?


Simple Definition for Java Applet


Use of applet in Programming



An Applet is an application designed to be transmitted over internet and executed by a Java-compatible web browser. Other-words, Applet is a intelligent Java Program that can react to user inputs and dynamically change according to the programmer's design. 

How Java Applet Works 
Applets are embedded within a HTML code by using the applet tag as shown in the picture. The HelloWorld.class file contains the bytecode which created after compiling the java program. The size of the applet is defined inside the Applet Tag.