I have following class.
public class Test { public static void main(Integer[] args) { System.out.println(\"This is not a main\"); }
For further information check this doc
http://docs.oracle.com/javase/tutorial/getStarted/application/
And also
Using int Instead Of String: public static void main (int[] args)