Which keyword is used to incorporate a class or package containing classes?
Answers
Answered by
2
Answer:
To import java package into a class, we need to use java import keyword which is used to access package and its classes into the java program. Use import to access built-in and user-defined packages into your java source file so that your class can refer to a class that is in another package by directly using its name.
Answered by
0
Answer:
Java import keyword
Explanation:
Hope it helps not so much sure about the ans
Similar questions