ArrayList is a dynamic array, i.e. you can add new elements like, ArrayList <String> list = new ArrayList<String>(); for(int i =0; i<20; ...
確定! 回上一頁