What are types of Java applications?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What means public static?

812


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

930


How to read and write image from a file ?

819


What are synchronized blocks in java?

817


What is a local class in java?

823


Name some classes present in java.util.regex package.

830


What are user defined exceptions?

815


Which class is the superclass for every class in java programming?

798


Why do I need to declare the type of a variable in java?

801


What is the maximum size of array in java?

761


What are triggers in DB? Explain their types. How do they work?

883


What is numel matlab?

1031


Are there structures in java?

754


If you are given the name of the function at run time how will you invoke the function?

916


What is unicode full form?

766