✏️ Explanatory Question
Library Classes:
Library classes are pre-defined classes provided by Java, which are part of the Java API (Application Programming Interface). They contain useful methods and functionality that programmers can use to perform common tasks.
Example:java.util.Scanner is a library class used to take user input.