인스턴스 필드 & NullPointException은 왜 발생할까?

클래스 메소드 vs 인스턴스 메소드

필드(field)

필드 선언 방법

[접근제한자] [static] [final] 타입 필드명 [= 초기값];