The main method in java should ___________.
Answer options
A
take boolean[] as argument
B
be public static
C
return int
D
be private static
Correct answer: be public static
Explanation
Quick AnswerThe correct answer is be public static because it directly addresses the core logic of Java Programming.
Correct answer: be public static.