Java - public static void main()
Posted
by Gogi
on Stack Overflow
See other posts from Stack Overflow
or by Gogi
Published on 2010-03-21T06:28:54Z
Indexed on
2010/03/21
6:31 UTC
Read the original article
Hit count: 162
java
Should there be any specific order in which I should write the following :
public static void main() ?
In other words, can I re-shuffle public,static,void in any order ? Why or Why not ?
© Stack Overflow or respective owner