1.

How Many Ejb Objects Are Created For A Bean?

Answer»

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.

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.



Discussion

No Comment Found