R
rutski89
I'm extremely confused about the differences between J2SE and
J2EE. I definitely get the idea that J2EE is meant of developing
multitier robust applications, web services, and other such fancy
enterprise level software. What I don't understand is why this
can't be done in plain old J2SE?
I hear things like "because J2EE includes special packages such
as java.sql and javax.sql", yet I see that I have those classes
available in J2SE as well.
In sort my question is:
What can J2EE do that J2SE can't? ***and why***?
J2EE. I definitely get the idea that J2EE is meant of developing
multitier robust applications, web services, and other such fancy
enterprise level software. What I don't understand is why this
can't be done in plain old J2SE?
I hear things like "because J2EE includes special packages such
as java.sql and javax.sql", yet I see that I have those classes
available in J2SE as well.
In sort my question is:
What can J2EE do that J2SE can't? ***and why***?