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
How do constructors use this() and super()?
What are variable names?
What is a protected method?
Why is it important to initialize a variable?
Explain the concept of proper inheritance?
Why do we need autoboxing in java?
What are implicit objects in java?
If try block is successfully executed, Then Is Finally block executed?
What is the use of a conditional inclusion statement in Java ?
What do heavy weight components mean in java programming?
How do you achieve singleton?
What are the differences between heap and stack memory in java?
Difference between throw and throws?
What sorting algorithm does javascript use?
explain copyonwritearraylist and when do we use copyonwritearraylist?