Unboxing: Java converts the object to its primitive type value when primitive type is expected.
Details here.
Primitive type | Wrapper class |
---|---|
boolean | Boolean |
byte | Byte |
char | Character |
float | Float |
int | Integer |
long | Long |
short | Short |
double | Double |
No comments:
Post a Comment