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 cannot be declared static?

a) class
b) object
c) variable
d) method

Answer: b
Explanation: static statements are run as soon as class containing then is loaded, prior to any object declaration.

Join The Discussion