Back to course home
0% completed
Vote For New Content
Wrapper Classes in java
In Java, wrapper classes provide a way to use primitive data types (int
, char
, double
, etc.) as objects. Each primitive type has a corresponding wrapper class in the java.lang
package:
Primitive Type | Wrapper Class |
---|---|
boolean | Boolean |
byte | Byte |
char | Character |
short | Short |
int | Integer |
long | Long |
float | Float |
.....
.....
.....
Like the course? Get enrolled and start learning!
Table of Contents
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible