Java Classes Question:
Download Job Interview Questions and Answers PDF
When a member is declared static, it CANNOT be accessed before any objects of its class are created, and without reference to any object
A) True
B) False
Answer:
Explanation: When a member is declared static, it can be accessed before any objects of its class are created, and without reference to any object. You can declare both methods and variables to be static.
Download Java Classes Interview Questions And Answers
PDF