What is import in Java ?
- Team ATC
- Sep 11, 2020
- 1 min read
Updated: Sep 17, 2020
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