A. 正确 B. 错误
A. private final static int answer = 42; B. public static int answer = 42; C. final static answer = 42; D. int answer;