Computer Science, asked by jaiswalishita009, 21 days ago

Which keyword is used to incorporate a class or package containing classes? ​

Answers

Answered by king5336
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 cpsrivarshini
0

Answer:

Java import keyword

Explanation:

Hope it helps not so much sure about the ans

Similar questions