We have learned the standard header for writing the main method.
There are indeed variations on this header that could be used. Based on what we have learned, which of these do you think would also work?
Group of answer choices:
public static void main(String[] x)
public static String main(String[] args)
public static void main(int args)
public static void main()