예약어라고도 함. 자바에서 미리 사용하기 위해 예약해둔 단어.
goto, const 는 키워드이지만 실제적으로 쓰이지는 않음.
키워드는 식별자 또는 명칭으로 사용될 수 없음.
모두 소문자임
true, false, null 은 컴파일러 내부에 미리 정의되어 있는 상수임.
기본데이터유형
boolean, byte, char, short, int, long, float, double, void
변수유형
tansient, volatile
상수
true, false, null
흐름제어
if, else, switch, case, default, for, while, do, break, continue, return
클래스
class, interface, extends, implements, static, abstract, final, new, instanceof, this, super
접근제어
public, protected, private
메소드유형
syncronized, native
패키지
package, import
예외처리
try, catch, finally, throw, throws
사용되지 않는 키워드
goto, const
댓글 없음:
댓글 쓰기