以下哪个是可以变长的数组A. ArrayB. string[]C. string[N]D. ArrayList

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

A. Array

B. 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