"Core Java" is a meaningless term given by textbooks to describe the basic parts of Java. Its exact definition will vary with practically every book/website which uses it.
Java or Java SE comes with the standard library, with all the crazy classes to make life easy. Java Core does not come with most of these classes, so that it is a lot smaller.
Core java consists of basics of java language (OOP, Threading, Exceptions, Collections, Annotations, Internationalization etc) along with other technologies like JDBC, Servlets. Advanced java is the...
Core Java has to do with the basic package of Java objects that are typically used for general desktop applications. These objects come in the 'Standard Edition' of Java Advanced Java could actually...
There is nothing like core and advanced java. Actually SUN Corporation released three versions(editions) of Java. 1. Standard edition(J2SE). 2. Enterprise edition(J2EE). 3. Mobile...