-
자바 예약어 종류
예약어 : 이미 프로그래밍 언어에서 의미를 갖고 사용되고 있는 단어
타입 종류 기본 타입 boolean, byte, char, short, int, long, float, double 접근 제한자 private, protected, public 클래스 관련 class, abstract, interface, extends, implements, enum 객체 관련 New, instanceof, this, super, null 메서드 관련 void, return 제어문 관련 if, else, switch, case, default, for, do, while, break, continue 논리값 true, false 예외 처리 관련 try, catch, finally, throw, throws 기타 transient, volatille, package, import, synchronized, native, final, static, strictfp, assert '공부 > Java' 카테고리의 다른 글
상수와 리터럴 (0) 2023.12.01 변수의 타입 (0) 2023.12.01 변수의 선언과 저장 (0) 2023.12.01 자주 발생하는 에러와 해결방법 (2) 2023.11.30 이클립스 단축키 모음 (0) 2023.11.30