Given: int[] myArray=newint[] {1, 2,3,4, 5}; What allows you to create a list from this array?()
A. List myList = myArray.asList();
B. List myList = Arrays.asList(myArray);
C. List myList = new ArrayList(myArray);
D. List myList = Collections.fromArray(myArray);
查看答案
该试题由用户628****45提供
查看答案人数:12270
如遇到问题请
联系客服
正确答案
该试题由用户628****45提供
查看答案人数:12271
如遇到问题请联系客服