Computer Science, asked by dudedude, 1 year ago

What is import in java?​

Answers

Answered by Soumok
11

⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵

Question:What is import in java?

______________________________________

Import is a key word that helps to bring or insert Java Package in the program.

✿●‿●✿✿●‿●✿✿●‿●✿

______________________________________

⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴

Answered by Anonymous
6

HeYa mate your answrr is..!!

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 HelP YOu DEaR

Similar questions