Hey I was wondering, the main line of code, is there any difference between these two:
"public static void main(String[] args)"
"public static void mian(String args[])"
I always tell my friends it doesn't matter where you put the [] brackets but I want to confirm if there's a difference or not with someone who's more experienced with Java.