下列整型的最终静态属性i的定义中,正确的是?
A final i;
B static int i;
C static final int i=234;
D final float i=3.14f;