Cannot instantiate the type List
记录一下出现得问题
在使用java.util.List; 的时候,把语句写成了:List arr = new List();导致错误:Cannot instantiate the type List正确写法是:List arr = new ArrayList();2
转载大佬得博客心里突突的
————————————————
版权声明:本文为CSDN博主「微wx笑」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/testcs_dn/article/details/38459211
Cannot instantiate the type List
最新推荐文章于 2023-07-25 20:10:38 发布