Solved

When a Field Is Declared Static There Will Be __________

Question 49

Multiple Choice

When a field is declared static there will be __________.


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

Correct Answer:

verifed

Verified

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

Related Questions