Solved

When a Field Is Declared Static, There Will Be

Question 12

Multiple Choice

When a field is declared static, there will be:


A) a copy of the field in each class object
B) only one copy of the field in memory
C) a copy of the field for each static method in the class
D) only two copies of the field in memory

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions