类Test定义如下,将下列()方法插入③行处是不合法的。①public class Test {②public float Method (float a,float b){ }③④ }
A. public float Method (float a,float
B. ,float
C. { }B pubic float Method(float c,float
D. {}C public int Method (int a, int b){}D pivate float Method (int a, int b,int c){}
已知: int[]a=new int[100];在下列给出的数组元素中,非法的是()。
A. a[o]
B. a[1]
C. a[99]
D. a[100]