Tuesday, November 29, 2011

How do you check whether the session is active in Stateful session bean

In Stateful session bean session is not itself a separate entity. it is contained in the bean it self. So in order to check tht we need the check whether the Stateful session bean is present or not which is done by just invoking the home interface with the jndi
Category:EJB Interview Questions

No comments:

Post a Comment