0% found this document useful (0 votes)
20 views

Types of Java Applications: 1) Standalone Application

There are four main types of Java applications: 1) Standalone applications which are installed locally like media players and antiviruses, created using AWT and Swing. 2) Web applications which run dynamically on servers using technologies like servlets, JSP, and Struts. 3) Enterprise applications which are distributed with advantages like security, load balancing and clustering, created using EJB. 4) Mobile applications made for Android and Java ME mobile devices.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Types of Java Applications: 1) Standalone Application

There are four main types of Java applications: 1) Standalone applications which are installed locally like media players and antiviruses, created using AWT and Swing. 2) Web applications which run dynamically on servers using technologies like servlets, JSP, and Struts. 3) Enterprise applications which are distributed with advantages like security, load balancing and clustering, created using EJB. 4) Mobile applications made for Android and Java ME mobile devices.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Types of Java Applications

There are mainly 4 type of applications that can be created using java:
1) Standalone Application
It is also known as desktop application or window-based application. An
application that we need to install on every machine such as media player
antivirus etc. A!T and "wing are used in java for creating standalone
applications.
2) Web Application
An application that runs on the server side and creates dynamic page is
called web application. #urrentlyservlet jsp struts jsf etc. technologies are
used for creating web applications in java.
3) Enterprise Application
An application that is distributed in nature such as banking applications etc. It
has the advantage of high level security load balancing and clustering. In java
$%& is used for creating enterprise applications.
4) Mobile Application
An application that is created for mobile devices. #urrently Android and %ava '$
are used for creating mobile applications.

You might also like