final type 변수명 = 초기화;
public static double toRadius(double angdeg){ return angdeg * DEGREES_TO_RADIANS; }
static final
static final type 상수명 = 초기화; // 상수명은 대체로 대문자로 작성하여 사용