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 these methods must be made static?

a) main()
b) delete()
c) run()
d) finalize()

Answer: a
Explanation: main() method must be declared static, main() method is called by Java runtime system before any object of any class exists.

Join The Discussion