最佳答案
                                        
                                                                        
                                我有以下密码:
List<Product> product = new List<Product>();
错误是:
Cannot instantiate the type List<Product>
Product是我的 EJB 项目中的一个实体。为什么我会得到这个错误?
 
                                
                             
                                
                             
                                
                             
                                
                            