Simple Calculator in Java Applet

Java Applet provides a GUI way to create a program and its interface, Here we are creating Simple Calculator in Java Applet with GUI and its processing. As we have already learned about applet and applet life cycle. Here we have discussed two simple calculator programs using the applet. 1 Simple calculator program in java … Read more

Applet Life Cycle in Java with Example

Applet in Java Applet in Java is a special Java program that are primarily used in a internet programming. Applet Life Cycle is very important to know in Java Applet Programming.  As we have already seen how to run program from command prompt, but there were no GUI. To provide Graphical user interface(GUI) Java Applet … Read more

Basics of Applet in Java

The Java Applet is a special Java program that are primarily used in a internet programming. Applet program runs on a web browser at client side. Applet program are used to make the web site more dynamic. Applet program embedded in a HTML page and hosted on a web server. Applet Skeleton/ Structure Applet skeleton … Read more