Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
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
Tags
more
Archives
Today
Total
관리 메뉴

노승현

변수의 자료형 본문

JAVA/Mentor JAVA

변수의 자료형

nsh95 2023. 12. 13. 17:41
분류 예약어
논리값 true, false
접근 제한자 public, protected, private
클래스 관련 class, abstract, interface, extends, implements, enum
객체 관련 new, instanceof, this, super, null
기본 자료형 boolean, byte, char, short, int, long, float, double, string
메서드 관련 void, return
제어문 관련 if, else, switch, case, default, for, do, while, break, continue
예외처리 관련 try, catch, finally, throw, throws
기타 package, import, synchronized, final, static

 

 

 

예약어는 앞으로 자바를 공부하면서 만나게 될 단어들로 굳이 외우지 않아도 학습을 통해 자연스럽게 습득할 수 있습니다. 따라서, 자바에서 사용하는 예약어에는 어떠한 것들이 있는지 간단히 확인만 합니다.

 

 

'JAVA > Mentor JAVA' 카테고리의 다른 글

배열이란?  (0) 2023.12.24
제어문이란? (2)  (1) 2023.12.20
제어문이란?  (0) 2023.12.18
연산자란?  (0) 2023.12.15
자바란?  (0) 2023.12.14