0

I dont understand "static" used in main

in java

21st Mar 2018, 7:53 PM
shivam Koli
shivam Koli - avatar
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.
22nd Mar 2018, 12:27 AM
Dejan Perovic
Dejan Perovic - avatar
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)
21st Mar 2018, 8:49 PM
hinanawi
hinanawi - avatar