Which of this method is given parameter via command line arguments?
(a) main()
(b) recursive() method
(c) Any method
(d) System defined methods
(a) main()
(b) recursive() method
(c) Any method
(d) System defined methods
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct option is (a) main()
To explain: Only main() method can be given parameters via using command line arguments.