Asked by: Anonymous | Category: JAVA
An 'import' is a statement in Java which is used to include all or sometimes an individual in-built or the user-defined Java packages into your java source file that will help your current class to refer to a class that is in an another package by directly using its name.
Comments