+ 1
What is static (static void main) ?
I don't understand what is static? explain me in your words not Google?.
1 Resposta
+ 2
It means that you don't need to create an object of the class that the main method resides in to call the method and start your program.