Computer Science, asked by adiyya558, 7 months ago

.what uses use of keyboard import

Answers

Answered by harvinder2203
4

Answer:

import is a keyword. import keyword is used to import 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. Use the '*' character to declare all the classes belonging to the package.

plz mark me as brainliest

Answered by Anonymous
15

Explanation:

Import is a keyword. import keyword is used to import 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. Use the '*' character to declare all the classes belonging to the package...

Similar questions