Solved

Which of the Following Is True Regarding Objects Created from Immutable

Question 55

Multiple Choice

Which of the following is true regarding objects created from immutable classes?


A) It is safe to give out references to immutable class objects freely.
B) An immutable object can only be modified by its mutator method.
C) It is not advisable to return immutable object references from accessor methods.
D) Immutable classes do not have constructors.

Correct Answer:

verifed

Verified

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

Related Questions