기본 문법

변수와 리터럴

int i =1;

기본형

예시)

Book b = new Book();

메모리로 표현한 int i = 1;

1byte 2byte 3byte 4byte
00000000 00000000 00000000 00000001