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
What means public static?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
How to read and write image from a file ?
What are synchronized blocks in java?
What is a local class in java?
Name some classes present in java.util.regex package.
What are user defined exceptions?
Which class is the superclass for every class in java programming?
Why do I need to declare the type of a variable in java?
What is the maximum size of array in java?
What are triggers in DB? Explain their types. How do they work?
What is numel matlab?
Are there structures in java?
If you are given the name of the function at run time how will you invoke the function?
What is unicode full form?