Home » Unlabelled » How many EJB Objects are created for a Bean? | EJB Interview Questions
Wednesday, 8 May 2013
How many EJB Objects are created for a Bean? | EJB Interview Questions
For a Session bean - one EJB object for one bean instance. For entity bean it depends, if 2 users are accessing one row at time then one EJB object is used for both the beans other wise for each bean one EJB object.
No comments:
Post a Comment