취미코딩
final 필드란? 최종적인 값이 되어서 프로그램 실행 도중에 수정 할 수 없는 것. final 필드 선언 방법final 타입 필드 = 초기값; final int num = 0;