单项选择题

下列的变量定义中,错误的是

A.int_a=123;
B.int i=Integer.MAX_ VALUE;
C.long j;12345678900L;
D.static i=100;