Wrapper Classes - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Which method returns the int value of a Byte object?

Tap to reveal answer

Answer

ByteObject.intValue(). Converts Byte wrapper to int primitive type.

← Didn't Know|Knew It →