Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

what's defferent between J2SE & J2EE

  Asked By: Gin    Date: Apr 13    Category: Java    Views: 707
  

i have a problem!, what's defferent between J2SE & J2EE , their features , etc.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Gerald Cruz     Answered On: Apr 13

J2SE has all the core APIs needed to develop software
in Java for both desktops and servers environments.

J2EE is J2SE + Specifications, API and technologies
for building Enterprise WEB applications.

 
Answer #2    Answered By: Zoar Mizrachi     Answered On: Apr 13

There is no difference between J2SE and J2EE in the language sense. I mean
that both are Java only. But the libraries or API that are useful for developing
Enterprise Applications are grouped into Java 2: Enterprise Edition. That's all.

 
Didn't find what you were looking for? Find more on what's defferent between J2SE & J2EE Or get search suggestion and latest updates.




Tagged: