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 is a data structure java?

756


Why generics are used in java?

778


What are the 8 data types in java?

752


What are bind parameters?

770


What differences exist between iterator and listiterator?

819


Can you have two constructors in java?

695


What is scope & storage allocation of static, local and register variables? Explain with an example.

805


What is io stream in java?

741


What is comparable and comparator interface? List their differences

836


What lambda means?

763


What is the difference between super class & sub class?

805


What are packages in java?

907


What is try-with-resources in java?

859


What are the high-level thread states in java programming?

842


What is a stack class in java ?

858