📚 Practice Mode
Software Architecture and Design Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
How do you change the value that is encapulsated by a wrapper class after you have instantiated it ?
- Use the setXXX() method defined for the wrapper class.
- Use the parseXXX() method defined for the wrapper class.
- Use the equals() method defined for the wrapper class.
- The value encapsulated by a wrapper class is immutable.