bjerkely
Member level 4
Hi friends,
Can you explain what is the difference between
public static void main( String[] args)
and public static void main(String args[])
My program prints out the parameters typed by the user but it seems they both work.
regards,
Can you explain what is the difference between
public static void main( String[] args)
and public static void main(String args[])
My program prints out the parameters typed by the user but it seems they both work.
regards,