试题详情

下列程序的输出结果是: public class Test{   public static void main(String[] args){     int [] array={2,4,6,8,10};     int size=6;     int result=-1;     try{       for(int i=0;i

ACatch---1

BCatch---2

CCatch---3

D以上都不对