This method returns the number of elements in an ArrayList Object. // create an array list Object ArrayList aList = new ArrayList(); aList.add("Sunday"); aList.
確定! 回上一頁