Types of Programs
Types of JAVA Programs
Java is used to create two types of a application. These are descried as follows:
Stand Alone Application: Stand alone refers to those java program that run independently on a computer without requiring external support. Stand alone application can either be graphical user interface(GUI), or console based.
- Console based Application: these application run through a command prompt, and do not have GUI based screen
- GUI Based Application : These application have Graphical user interface like button ,textbox, etc.
Internet Applets : Applets are small java application, mainly use for internet programming