Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the below is invalid identifier with the main method?

a) public
b) final
c) private
d) static

Answer: c
Explanation: main method cannot be private as it is invoked by external method. Other identifier are valid with main method.

Join The Discussion