wrapper 클래스. 래퍼 클래스

팡태(❁´◡`❁)·2022년 3월 7일
0

java

목록 보기
16/36

클래스화 시켜놓은 것이 맨 앞이 소문자

private long a = 0L;
private Long a = null;

기본타입(primitive type) | 래퍼클래스(wrapper class)
byte Byte
char Character
int Integer
float Float
double Double
boolean Boolean
long Long
short Short

0개의 댓글