+ 1
main method syntax
In this line of code, public static void main(String[] args){ Should we always mention String[] only? What is the use of that? and what happens if we use others?
2 Respuestas
+ 1
You always need to use the String[] args in the main argument
+ 1
Yeah.. but what does it signify?