4、0 , 40 , 50 , 60 , 70}; 则执行以下几个语句后的输出结果是120 。 int s = 0 ; for ( int i = 0 ; i < MyIntArray.length ; i + + ) if ( i % 2 = = 1 ) s += MyIntArray[i] ; System.out.println( s ); 15. JVM 是JavaVirtualMachine的缩写; AWT 是abstracwindowtoolkit的缩写。 16. 单重继承是指只有一个父类的继