+ 15
Can we use any other word instead of main in the line: public static void main (String []args) as main is not a keyword?
2 Respuestas
+ 7
No, it is the main method that tells the compiler from where to start the execution of program.
+ 10
Thanks