Hello guys. I have a question about the main method of a program. Is there any difference between typing
and typing
Thanks.
Code:
public static void main(String[] args) {
Code:
public static void main(String args[])
Comment