Computer Science, asked by shreyapoddarckp, 11 months ago

5. What is the use of the keyword 'import in Java programming?

Help me

Answers

Answered by hita10
85

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.

Answered by adityakushwaha731
22

Answer:

import ......helps in loading pre installed packages so that by using small commands we can do a big problem and making our program small

do mark BRAINIEST

Similar questions