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 method can be defined only once in a program?

a) main method
b) finalize method
c) static method
d) private method

Answer: a
Explanation: main() method can be defined only once in a program. Program execution begins from the main() method by java runtime system.

Join The Discussion