Why do we use import statement in Java? Where it should be included in the class?
Answers
Answered by
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