Java - 일반 함수 X, 메서드만 있음 - 전역 변수 X - 정적 바인딩 (컴파일 언어)
int score; //변수 선언 score = 90; //초기화
int x = 0b1011; //11
int x = 013; //11
int x = 0xB3' //179