Notice
Recent Posts
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Archives
관리 메뉴

YUNA's Programming

자바 예약어 (Java Keywords) 본문

Programming/JAVA

자바 예약어 (Java Keywords)

l_yuna 2023. 3. 19. 14:43

자바 예약어 (Java Keywords, Reserved Words)

; 자바에 등록되어 의미가 이미 약속되어 있는 단어를 뜻함

; 예약어로 등록되어 있는 단어는 변수명, 메소드명으로 사용할 수 없음

 

 

 


 

abstract assert boolean break byte case catch char class const
continue default do double else enum extends final finally float
for goto if implements import instanceof int interface long native
new package private protected public return short static strictfp super
switch synchronized this thorw throws transient try void volatile while

 


 

 

각 예약어 관련글 순차 등록 예정

 

 


 

 

Comments