In all of my life, I have been wondering what do these two differ from each other, the difference in
public static void main (String[] args){}
and
static public void main(String... args){}
I have seen these code with my friend but even him doesnt know the reason.
How do these two differ from each other?
sorry i edited the return type of the main method...