Java is a programming language, but Core java is just part of java. The Java core is basic to java. If you are new to JAVA, you need to start with the Java kernel.
Java basically consists of three parts:
1.) J2SE / Core Java is a standard version of Java 2 and is usually designed for developing desktop applications; it forms the basic API.
2.) J2EE is the enterprise version of Java 2 for applications that run on servers, such as websites. (Spring, Struts are java frameworks used primarily for J2EE)
3.) J2ME means the version for Java 2 for applications that run on devices with limited resources (small-scale devices), such as cell phones, such as games.
To know J2EE or J2ME, you must know the Java kernel.
Gaurav Lal Sep 07 '17 at 17:08 on 2017-09-07 17:08
source share