Core Java refers to the fundamental features of Java programming, which include the basic libraries and APIs that are essential for building any Java application. It consists of the core components of Java, such as:
1. Object-Oriented concepts (classes, objects, inheritance)
2. Java Standard Libraries (Java.io, Java.net, etc.)
3. Java Syntax and basic data structures
Core Java is typically used to build desktop and small-scale applications.
\boxed{\text{Core Java provides the essential building blocks of Java programming.}}
% Quicktip