According to java documentation & JLS & seeing the source file containing main method in Java language the correct signature of main method is
public static void main(String[] args){}
this is wat sun has written & this is wat u ahve to use & this is wat u have to answer if they ask the question in an exam about the currect method signature of main.
Note:- Java is open source so u can check out everything every class every method about hos it is made my Java or sun microsystem .
take care
------------------
[This message has been edited by Amitabh Yadav (edited April 07, 2001).]