Java 키워드

발행: (2025년 12월 13일 오후 03:10 GMT+9)
1 분 소요
원문: Dev.to

Source: Dev.to

Java 키워드

  • 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
  • throw
  • throws
  • transient
  • try
  • void
  • volatile
  • while

Java 리터럴 (키워드는 아니지만 중요)

  • true
  • false
  • null
Back to Blog

관련 글

더 보기 »

Java에서 메서드 오버라이딩

메서드 오버라이딩이란 무엇인가? 서브클래스가 이미 부모 클래스에 정의된 메서드에 대해 구체적인 구현을 제공할 때 이를 메서드 오버라이딩이라고 한다.