Which of the following are true statements about main methods in Java programs?

(a) They are instance methods.
(b) They are class methods.
(c) They take in no parameters.
(d) They take in one parameter of type String.
(e) They take in one parameter of type array of String.

Select all correct answers.