✏️ Explanatory Question
import? The import keyword is used in Java to include the classes and interfaces from other packages so that they can be used in the current program. This allows the programmer to access the standard library classes or classes from user-defined packages without needing to use their fully qualified names.