How does Java Core differ from Java SE?
The question is about Java Core
Answer:
Java Core refers to the foundational features of the language, while Java SE (Standard Edition) includes Core Java along with additional libraries and APIs for building complete applications. Java SE expands Core Java with tools for GUI development, networking, and advanced utilities.