+ 1
How can I use (import / package) in my code without mistakes ?
I want to learn Java....
2 Respuestas
+ 5
Share for learning purpose.
How to create package in java.
https://www.sololearn.com/post/387151/?ref=app
+ 5
See the format of inbuilt packages
import java.package_name.*;
this should be written on top of the code.
I hope it helps