class Rectangle { public static void main(String [] args) { int [] x = {1,2,3}; x[1] = (x[1] 〉 1) ? x[2] : 0; System.out.println(x[1]); } } 結(jié)果為:()
執(zhí)行如下代碼段后,c、d和e的值分別是()
字符串的append函數(shù)可以添加多種內(nèi)容,以下append函數(shù)的使用中,錯誤的是() StringBuffer strb1 = new StringBuffer(); Integer intObj = new Integer(33);