What is J2EE & J2SE?
Printable View
What is J2EE & J2SE?
Java 2 Enterprise Edition.
Java 2 Standard Edition.
J2EE is specialized in Databases and connectivity
J2SE is a general purpose edition of Java to do anything
What do i need to Install if i want to use J2EE?
What do i need to Install if i want to use J2SE?
How about Servlet and JSP? Is it J2EE or J2SE?
J2SE, you just install a JDK. For J2EE, you install the J2EE libraries in addition to the JDK. For servlets, which are part of J2EE, you also need a servlet container like Tomcat. For full J2EE, you need an application server like BEA WebLogic.