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
Explain different states of a thread in java?
What is listnode in java?
What is the difference between iterator and list iterator?
What is canonical name in java?
How do you write a scanner class in java?
Explain the access modifiers for a class, method and variables?
Difference between arraylist and vector.
What is final keyword?
What is the use of static class?
Is null false in java?
What is a jagged array in java?
What is native code?
What is numel matlab?
What are the advantages of java over cpp?
What is the purpose of abstract class?