Multiple Choice
When a method in the __________ class returns a reference to a field object, it should return a reference to a copy of the field object to prevent security holes.
A) aggregate
B) inner
C) String
D) nested
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The only limitation that static methods have
Q22: enum constants have a toString method.
Q24: The "has a" relationship is sometimes called
Q31: Given the following method header, what will
Q33: Overloading is<br>A) writing a method that does
Q36: When a method's type is an object,
Q37: Assume the class BankAccount has been created
Q38: If object1 and object2 are objects of
Q40: A method's signature consists of<br>A) the method
Q46: You can declare an enumerated data type