试题详情
- 单项选择题 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);
- B
关注下方微信公众号,在线模考后查看
热门试题
- Which two̳
- public class Yippee
- 假设在目录myprj/src/schoo
- class A {
- 请输入星期几的第一个字母来判断一下是星期
- 编写一个Java程序将当100,101,
- 如何初始化数组?()
- 下列有关Servlet的生命周期,说法不
- Given: 6.<% in
- Which two&ensp
- What will&ensp
- 如何暂停一个线程?()
- Which three&ens
- 在Swing中,如何设置组件的边框?()
- 根窗格提供了什么函数功能?()
- 如何获取ServletContext设置
- public class&e
- package com.company
- 1. public&ensp
- A web app