"자바 키워드"의 두 판 사이의 차이

11번째 줄: 11번째 줄:


==키워드 50==
==키워드 50==
*[[Abstract class|'''abstract''']]
* [[abstract]]
*[[Assertion (computing)|assert]]
* [[assert]]
*[[Boolean datatype|boolean]]
* [[boolean]]
*[[Switch statement|break]]
* [[break]]
*[[byte]]
* [[byte]]
*[[Switch statement|case]]
* [[case]]
*[[Exception handling syntax#Java|catch]]
* [[catch]]
*[[Character (computing)|char]]
* [[char]]
*[[Class (computer science)#Java|class]]
* [[class]]
*[[Constant (programming)|const]]
* [[const]]
*[[continue (Java)|continue]]
* [[continue]]
*[[Switch statement|default]]
* [[default]]
*[[do while loop|do]]
* [[do]]
*[[Double precision|double]]
* [[double]]
*[[Conditional (programming)|else]]
* [[else]]
*[[Enumerated type|enum]]
* [[enum]]
*[[Inheritance (object-oriented programming)|extends]]
* [[extends]]
*[[final (Java)|final]]
* [[final]]
*[[Exception handling syntax#Java|finally]]
* [[finally]]
*[[single precision|float]]
* [[float]]
*[[for loop|for]]
* [[for]]
*[[GOTO|goto]]
* [[goto]]
*[[if statement|if]]
* [[if]]
*[[Integer (computer science)|int]]
* [[int]]
*[[Interface (Java)|interface]]
* [[interface]]
*[[long integer|long]]
* [[long]]
*[[Object lifetime#Java|new]]
* [[new]]
*[[Java package|package]]
* [[package]]
*[[b:Java Programming/Classes, Objects and Types|private]]
* [[private]]
*[[b:Java Programming/Classes, Objects and Types|protected]]
* [[protected]]
*[[b:Java Programming/Classes, Objects and Types|public]]
* [[public]]
*[[Method (computer science)|return]]
* [[return]]
*[[short integer|short]]
* [[short]]
*[[Static variable|static]]
* [[static]]
*[[strictfp]]
* [[strictfp]]
*[[Inheritance (object-oriented programming)|super]]
* [[super]]
*[[Switch statement|switch]]
* [[switch]]
*[[Mutual exclusion|synchronized]]
* [[synchronized]]
*[[this (Java)|this]]
* [[this]]
*[[Exception handling syntax#Java|throw]]
* [[throw]]
*[[Exception handling syntax#Java|throws]]
* [[throws]]
*[[transient (computer programming)|transient]]
* [[transient]]
*[[Exception handling syntax#Java|try]]
* [[try]]
*[[void return type|void]]
* [[void]]
*[[Volatile variable|volatile]]
* [[volatile]]
*[[do while loop|while]]
* [[while]]


==상수 3==
==상수 3==

2013년 1월 27일 (일) 14:29 판

1 개요

Java keywords, reserved words
자바 키워드, 자바 예약어
  • 키워드 50개 + 상수 3개
  • 식별자로 사용불가
클래스, 메소드, 변수 이름으로 사용할 수 없음
예시
굵은 파란색 단어가 키워드임

2 키워드 50

3 상수 3

  • true
  • false
  • null

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}