当前位置:天才代写 > tutorial > JAVA 教程 > java.util.List:Cannot instantiate the type ListInteger

java.util.List:Cannot instantiate the type ListInteger

2017-11-02 08:00 星期四 所属: JAVA 教程 浏览:669

在利用java.util.List; 的时候,把语句写成了:

List<Integer> arr = new List<Integer>();

导致错误:

Cannot instantiate the type List<Integer>

正确写法是:

List<Integer> arr = new ArrayList<Integer>();

 

    关键字:

天才代写-代写联系方式