0
I dont understand "static" used in main
in java
3 Answers
+ 6
If you are on begining of learning Java you really do not have to know right now what is static. Just read those links which people share but do not try to understand very well for now.
0
pretty sure that static just means you don't need a class instance to invoke the method, which is logical for the main method
(if this doesn't work like this in java anyone is free to correct me)