Computer Science, asked by Chhavig9088, 11 months ago

Why do we use import statement in Java? Where it should be included in the class?

Answers

Answered by pandeysakshi2003
1

Java import Statement. In Java, the import statement is used to bring certain classes or the entire packages, into visibility. ... In that case, you will get a error i.e., compile-time error, and have to explicitly name the class determining its package

please make me brainlist

Similar questions