A. void test(int index1, int index2) {...} B. static test(int index1, int index2) {...} C. public static void test(int index1, int index2) {...} D. public void test(int index1, int index2) {...}
A. 数组的元素 B. 数组的栈地址 C. 数组自身 D. 数组的引用