Is there a functional difference between these methods?
public static void main(String[] args) { } public static void main(String args[]) { }
There is no difference, but the first one is according to standard.