Computer Science, asked by nitin37971, 11 months ago

What is the use of keybord import in java

Answers

Answered by Ayushchoudhary0980
0

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 padmavireeja
3

Answer:

hey buddy ....

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.

hope it helps you

Similar questions