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
What is a data structure java?
Why generics are used in java?
What are the 8 data types in java?
What are bind parameters?
What differences exist between iterator and listiterator?
Can you have two constructors in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is io stream in java?
What is comparable and comparator interface? List their differences
What lambda means?
What is the difference between super class & sub class?
What are packages in java?
What is try-with-resources in java?
What are the high-level thread states in java programming?
What is a stack class in java ?