+ 3
What are packages ?
4 Respostas
+ 20
Similar to Python modules.
You can package your code with "package" keyword and import in another code with "import".
This way you can make a program with multiple code files...
+ 5
Here are two IDEs
IDEA
Eclipse
https://www.sololearn.com/discuss/580291/?ref=app
+ 4
Try using an IDE.
It will make sense after you make multiple classes.
For one Java code.
0
a group of similar classes