Initialization of List in Java

List<Blog> bList = sqlSession.selectList("getAllBlog");//mybatis
:
The type List is not generic; it cannot be parameterized with arguments <Blog>
Mar.05,2021

List API error guide package, which is java.util.List

Menu