Which declaration of the main method below would allow a class to be started as a standalone program. Select the one correct answer.
public static int main(char args[])
public static void main(String args[])
public static void MAIN(String args[])
public static void main(String args)
public static void main(char args[])
WHAT IS THE answer ?