List interface provides the toArray() method that returns an Object array containing the list elements. ... List<String> list = Arrays.asList("C", "C++", "Java");.
確定! 回上一頁