Posts

Showing posts with the label types of java applications

Different types of java applications

What all different types of applications we can create by using Java? this is what many people question. To get the answer for your question continue with this article. By using java language, we will implement majorly 4 types of applications. That are, Standalone Applications Web Applications Enterprise Applications Mobile Applications Short discussion about these applications, see in below 1.   Standalone Applications: It is also known as Desktop applications or windows based applications. Applications which we need to install in each of the machines like Media player, Antivirus are standalone applications. AWT and Swing are used in java for creating the Standalone applications. 2.   Web Applications: An application that runs on the server side and creates dynamic page, is called Web Application. Currently Servlets, JSP, Struts, JSF are used to develop web applications. 3.   Enterprise Applications: Applications which are distributed in nature such type of ap