Home » Unlabelled » Can Entity Beans have no create() methods? | EJB Interview Questions
Thursday, 9 May 2013
Can Entity Beans have no create() methods? | EJB Interview Questions
Yes. In some cases the data is inserted NOT using Java application, so you may only need to retrieve the information, perform its processing, but not create your own information of this kind.
No comments:
Post a Comment