public
protected
default
private
private
이 붙는 건 어불성설static
abstract
synchronized
final
final class
, final method
final class
: 클래스 전체를 상속할 수 없음String
, Math
final method
: 그 method를 재정의(override)할 수 없음Math.cos()
재정의 할 자신 있음?Math.cos
재정의할 자신 있음?(2)