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...