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
Give few examples of final classes defined in Java API?
What do you understand by copy constructor in java?
What is "this" keyword in java? Explain
Explain the importance of finally block in java?
Why stringbuilder is not thread safe in java?
Can we have two methods in a class with the same name?
How do you control extraneous variables?
What is update method called?
What access modifiers can be used for class ?
Is a copy constructor?
Can java run on google chrome?
How do you reverse a string in java without using string buffer?
Name component subclasses that support painting in java programming?
What is the basic difference between string and stringbuffer object?
What is final keyword?