[Java] 변수, 리터럴 용어 정리

2024. 1. 22. 07:37Java

int a = 5;

a는 변수, 5는 리터럴 값(literal value), integer literal이라고 한다.