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
Can we change the scope of the overridden method in the subclass?
Which is bigger float or double?
Why do you canvas?
What is the importance of static variable?
How does compareto method work?
What is "this" keyword in java? Explain
Can a method inside a interface be declared as final?
Can you instantiate the math class?
How to retrieve data from database in java using arraylist?
What are the different types of collections in java?
What is a null class?
What is volatile data type?
What is dot operator?
What does the append?
What is a parameter in a function?