Java 9 has some new Factory methods for collections: For List object - List.of() method. List<String> places=new ArrayList<>(List.of( "john" ...
確定! 回上一頁