1일1배움/Java
문장(statement)과 표현(expression)
kim chan jin
2023. 3. 7. 13:41
문장
- 할당문 (Assignment Statement)
- 조건문 (Conditional Statement)
- 반복문 (Loop Statement)
- 분기문 (Branching Statement)
- 메소드 호출문 (Method Invocation Statement)
- 클래스 인스턴스 생성문 (Class Instance Creation Statement)
표현
- 변수
- 리터럴
- 연산자
- 메소드 호출 등