i have a problem!, what's defferent between J2SE & J2EE , their features , etc.
J2SE has all the core APIs needed to develop softwarein Java for both desktops and servers environments.J2EE is J2SE + Specifications, API and technologiesfor building Enterprise WEB applications.
There is no difference between J2SE and J2EE in the language sense. I meanthat both are Java only. But the libraries or API that are useful for developingEnterprise Applications are grouped into Java 2: Enterprise Edition. That's all.