网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

以下哪个是可以变长的数组

A. Array

B. string[]

C. string[N]

D. ArrayList


参考答案

更多 “ 以下哪个是可以变长的数组A. ArrayB. string[]C. string[N]D. ArrayList ” 相关考题
考题 以下()是可以使用变长的数组。 A.ArrayB.ArrayListC.stringD.string[N]

考题 以下方法中哪个可以将数组中的元素转换为字符串,并用逗号分隔()。A.STRING(arr)B.arr.join()C.String(arr)D.arr.concat()

考题 以下方法中哪个可以将数组中的元素转换为字符串且可以用自定义连接符分隔()。A.STRING(arr)B.arr.join()C.String(arr)D.arr.concat()

考题 创建一个只能存放String的泛型ArrayList的语句是哪项?()A.ArrayList<int> al=new ArrayList<int>();B.ArrayList<String> al=new ArrayList<String>();C.ArrayList al=new ArrayList();D.ArrayList al =new List();

考题 1、以下方法中哪个可以将数组中的元素转换为字符串,并用逗号分隔()。A.STRING(arr)B.arr.join()C.String(arr)D.arr.concat()

考题 创建一个只能存放String的泛型ArrayList的语句是哪项?A.ArrayList<String> al=new ArrayList<>();B.ArrayList al=new ArrayList<>();C.ArrayList al=new ArrayList();D.ArrayList al=new List();

考题 2、以下方法中哪个可以将数组中的元素转换为字符串且可以用自定义连接符分隔()。A.STRING(arr)B.arr.join()C.String(arr)D.arr.concat()

考题 下面定义ArrayList语句正确吗? ArrayList <String> names= new ArrayList <String>;

考题 以下哪个是可以变长的数组?()A.ArrayB.string[]C.string[,]D.ArrayList