I heard many times the following terms:
J2SE - Java 2 Standard Edition
J2EE - Java 2 Enterprise Edition
Now Java 6 is being used. So is this right to say that now J6SE and J6EE exist?
Please clarify.
Cheers.
Printable View
I heard many times the following terms:
J2SE - Java 2 Standard Edition
J2EE - Java 2 Enterprise Edition
Now Java 6 is being used. So is this right to say that now J6SE and J6EE exist?
Please clarify.
Cheers.
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.Code:So is this right to say that now J6SE and J6EE exist?