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
Difference between object and reference?
Can bool be null?
What is the difference between Java1.4 and Java1.5
What is a key in java?
How a string is stored in memory?
Is a string literal?
How do I start learning java?
What is the Difference between Final Class && Abstract Class?
What is sorting in java?
What are the methods of object class ?
Are arrays immutable in java?
Can you make a constructor final in Java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is the use of hashmap in java?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?