Results 1 to 4 of 4
Thread: difference between j2ee,j2se,jre
- 07-08-2009, 05:45 PM #1
Member
- Join Date
- Dec 2008
- Posts
- 15
- Rep Power
- 0
- 07-08-2009, 06:03 PM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
jre = java runtime environment. it's basically what is needed to run java programs.
j2ee and j2se are different versions of the jdk (java development kit). in j2se, s = standard, meaning it has the standard libraries. in j2ee, e = enterprise, means more fancy stuff that i've never used before
- 07-08-2009, 06:29 PM #3
The Java platform (Enterprise Edition) differs from the Java Standard Edition Platform (Java SE) in that it adds libraries which provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on modular components running on an application server.
- 07-09-2009, 05:26 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Adding a bit more, J2EE(Java2 Enterprise Edition) is for developing component-based multitask applications, with web based stuff. J2SE(Java2 Standard Edition) provides the complete environment for application developments on servers and desktop. And also J2EE is built on the J2SE and J2EE has the larger API.
Similar Threads
-
Difference betwen Core Java And J2se?
By makpandian in forum New To JavaReplies: 6Last Post: 02-28-2009, 06:55 PM -
Difference between J2se and J2ee?
By makpandian in forum New To JavaReplies: 2Last Post: 02-07-2009, 08:58 AM -
J2se, J2ee
By mew in forum New To JavaReplies: 1Last Post: 12-13-2007, 10:33 AM -
Sdk & J2se
By Gajesh Tripathi in forum New To JavaReplies: 0Last Post: 10-18-2007, 07:49 AM -
whats the difference between Java core,J2EE......
By prince24 in forum New To JavaReplies: 2Last Post: 07-11-2007, 06:54 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks