Wt is the main difference between Java and Java J2EE and
Advanced java?
Answer Posted / suresh
Java is an object-oriented program. It is a complete
programming language. Java has two lives. One of the two
lives of the Java programming language is that it is a
stand-alone computer language which is used for general-
purpose programming and the other life of Java is used as a
supporting language which is used in the process of
programming on the Internet.
The term J2EE refers to a platform which is used in the
process of building server-side applications. It is used in
the enterprise edition in many business organisations. It
is also used as an enterprise application and a distributed
application through a model consisting of applications
which are based on components.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Why is string immutable in java?
What are the different methods of identifying an object?
What is synchronization and why is it important?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Do we need to override service() method
What is the difference between ear, jar and war file?
Explain about local interfaces.
What is message driven beam?
Name three subclasses of the component class?
What is permgen or permanent generation?
Why doesn’t the focus feature on the tag work in every circumstance?
how do you Handle Front End Application data against DB with example?
What is the difference between java class and bean?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Is the ternary operator written x : y ? Z or x ? Y : z ?