Thread: J2se, J2ee
View Single Post
  #2 (permalink)  
Old 12-13-2007, 12:33 PM
staykovmarin staykovmarin is offline
Senior Member
 
Join Date: Nov 2007
Location: Newport, WA
Posts: 141
staykovmarin is on a distinguished road
Code:
So is this right to say that now J6SE and J6EE exist?
No, java 6 IS j6SE, but EE is something quite different. Its used for enterprise (go figure) like websites, and its not developed concurrently with SE. SE has the javac and java command, the virtual machine, and all those things that we use in regular DESKTOP programming.
Reply With Quote