判断题
在集合中元素类型必须是相同的。
正确
判断题 Arrays类主要对数组进行操作。
判断题 Integer I = Integer.parseInt("926")。
判断题 String s = (Double.valueOf("3.1415926")).toString()。