Java
[Java] 변수, 리터럴 용어 정리
Dong's Universe
2024. 1. 22. 07:37
int a = 5;
a는 변수, 5는 리터럴 값(literal value), integer literal이라고 한다.