What are types of Java applications?

Answers were Sorted based on User's Feedback



What are types of Java applications?..

Answer / manish kushwaha

Basically Java Applications can be 4 types
1) Standalone application(like Microsoft office)
Technology:core java
2) Client Server application(like yahoo chat)
Technology:core java and web technology
3) Web Application(like orkut, facebook etc)
Technology: Servlet, JSP, Struts, Hibernate etc.
Any web server is required to run this application
like TOMCAT
4) Distributed Application (like banking application)
Technology: EJB application
Any Application server is required to run this
application like JBoss, Weblogic etc.

Is This Answer Correct ?    105 Yes 6 No

What are types of Java applications?..

Answer / niranjanravi

Standalone applications
Web applications
Mobile applications

Is This Answer Correct ?    42 Yes 15 No

What are types of Java applications?..

Answer / ravikiran(aptech mumbai)

standalone applications
webapplications
enterprise applications

Is This Answer Correct ?    39 Yes 13 No

What are types of Java applications?..

Answer / nirmal anandh.m

1.Console Application
2.Windows Application/Standalone Application
3.Web Application
4.Mobile Application

Is This Answer Correct ?    24 Yes 15 No

What are types of Java applications?..

Answer / devendra.m

Java applications can be divided into 3 parts only
1.standalone application(pure core java)
2.web-applications(servlets & jsp's)
3.enterprise application(EJB-applications)

Is This Answer Correct ?    18 Yes 10 No

What are types of Java applications?..

Answer / murali

Standalone application
web application
networking application
Standalone application: It executes in single system.
Web aplication: It can executed in world wide.
NetWorking applicatio:It can executed in some particular area.like LAN....

Is This Answer Correct ?    3 Yes 0 No

What are types of Java applications?..

Answer / s anushya

Java SE – Standard Edition
Used to create standalone applications (An application runs on the computer under the OS of the computer and we need to install on every machine such as media player, antivirus etc)
• Console Application
Console Applications run from a command prompt and does not display any GUI based screens.
• GUI Application
GUI Applications are used to interact with users through user interfaces (Forms, labels, textboxes, buttons etc) which makes the program easier to understand, user friendly, and interesting.

Technology Used: Core Java

Java EE – Enterprise Edition
The Java Enterprise Edition (Java EE) is tailored for more complex applications to suit medium to large businesses. Typically they will be server based applications focusing on serving the needs of lots users at one time.
• WCD - Web Component Development
These are the applications which are web based in nature and require a web browser for execution. The web applications make use of a server to store the data and every time a user requests to execute that application, the request is passes on to the server for suitable reply.

Technology Used: Servlets and JSP
Framework: Struts, Spring, Hibernate
Architecture: MVC
Web Server: Tomcat, Apache

• BCD – Business Component Development
These are superset of Web applications and with additional functionalities like more sophisticated for Business logic where applications needed more transactions ( DB interactions’) and security.
Example : Banking Applications

Technology Used: EJB (Enterprise JavaBeans)
Application Server: JBoss, WebLogic

Java ME – Micro Edition
The Java Micro Edition is for applications used on mobile (e.g., cell phone, PDA) and embedded devices (e.g., TV tuner box, printers).

Is This Answer Correct ?    3 Yes 0 No

What are types of Java applications?..

Answer / induja

console application
GUI application
applet application

Is This Answer Correct ?    7 Yes 5 No

What are types of Java applications?..

Answer / kate

1. Window application
2. Console Application
3. Web application
4. Web services
5. Window services

Is This Answer Correct ?    14 Yes 13 No

What are types of Java applications?..

Answer / ramkumar

4

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More Core Java Interview Questions

How does queue work in java?

0 Answers  


Default layout of panel and frame?

3 Answers  


What is boolean used for?

0 Answers  


What does int [] mean in java?

0 Answers  


What is serial version uid and its importance in java?

0 Answers  






What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

0 Answers  


What is the reason that multiple inheritance is not possible in java??

1 Answers  


Which package is used for pattern matching with regular expressions?

0 Answers  


What are 3 data types?

0 Answers  


What is the purpose of skeleton and stub?

0 Answers  


Can there be an abstract method without an abstract class?

0 Answers  


What is the difference between Access Modifier and Access specifier?

1 Answers  


Categories