How do you change the value that is encapsulated by a wrapper class after you have instantiated it?
setXXX()
method defined for the wrapper class. parseXXX()
method defined for the wrapper class. equals()
method defined for the wrapper class. D.
The value encapsulated by a wrapper class is immutable.