Study
[JAVA/자바] 주요 예약어
_유니
2022. 10. 20. 13:17
예약어 (reserved word) : 프로그래밍 언어 중에서 의미가 고정되어 있고, 사용자(user)가 작성하는 프로그램 상태에 따라서 의미를 변경할 수 없는 단어.
abstract | default | if | package | this | assert |
do | goto | private | throw | boolean | double |
implements | protected | throws | break | else | import |
public | transient | byte | enum | instanceof | return |
true | case | extends | int | short | try |
catch | false | interface | static | void | char |
final | long | strictfp | volatile | class | finally |
native | super | while | const | float | new |
switch | continue | for | null | synchronized |