判断题
int[] intArray[60]。
错误
判断题 short shortValue=220; byte byteValue=shortValue。
判断题 String str="abcedf"; int length=str.length。
判断题 int intArray[]={0,2,4,6,8}; int length=int Array.length()。