Which statements are true about wrapper classes?.
Select the two correct answers.
compareTo()
method.intValue()
method.(b) and (d)
String is not a wrapper class.
All wrapper classes except Boolean and Void have a compareTo()
method.
Only the numeric wrapper classes have an intValue()
method.
The Byte class, like all other numeric wrapper classes, extends the Number class.