Java is one of the best programming languages ever built. Its programs will run on a stand alone computer, through a network or inside your mobile phone.
There’re four types of java programs;
- Java Applications
- You can build programs that run on stand alone computer. It can be an old fashioned DOS like program (Known as Console Applications. For the first few chapters we will use console applications as they’re very easy to build) or attractive windowed GUI (Graphical User Interface) programs with Icons.
- Java Applets
- Web based programs that can be embedded in a web page. They have very limited resource handling abilities, but gives attractive graphical functions.
- Java Servlets
- Servlets are Server-side
- Java MIDlets
- Java Programs that will run in smart devices.
No comments:
Post a Comment