what is the syntax of import in Java of blue?
Attachments:
Answers
Answered by
0
In Java, the import statement is used to bring certain classes or the entire packages, into visibility. As soon asimported, a class can be referred to directly by using only its name. Theimport statement is a convenience to the programmer and is not technically needed to write complete Javaprogram.
AdishaDeo:
I didn't understand what you said. actually I'm a beginner in Java.
Similar questions