Difference between Java and J2ee

Explain the difference between Java and J2EE in detail?

Questions by tanu84

Showing Answers 1 - 2 of 2 Answers

java refers to core java and j2ee refers to the technologies that are developed using java. for example inheritance, exception handling, multithreading are some of the concepts in java and servlets, RMI(remote method invocation), JavaBeans, JDBC(java data base connectivity) are some of the technologies developed using java so these form j2ee

java refers to basic concept of java as well as new technical features making foundation of java/j2ee.
j2ee is used for enteprise application based on java concept.
if java is foundation then j2ee is building for business purpose. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions