Which of these are valid declarations for the main method-06098
Which of these are valid declarations for the main method?
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Mid Term - Quiz No.3.
Which of these are valid declarations for the main method?
public void main();
public static void main(String args[]);
static public void main(String);
public static int main(String args[]);