单项选择题

A.public static int i;
B.static public int i;
C.public int static i;
D.int public static i;