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