I am new in programming with Java and I am confused about the following two statements:
public static void main(String args[])
and
public static void main(String[] args)
Are they same? If not, how are they different from each other?
I am new in programming with Java and I am confused about the following two statements:
public static void main(String args[])
and
public static void main(String[] args)
Are they same? If not, how are they different from each other?