Software Architecture and Design Fundamentals
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
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.