1

What is the correct syntax for java main method?

  • public void main(String [ ] args)

  • public static void main(string args [ ] )

  • public static void main()

  • none of the above