IT Placement Papers JAVA EJB
This category contains EJB Interview Questions and Answers
Search by tag : Java Interview Questions, EJB Interview Questions |
does a remove method do for different cases of beans? - Stateless Session
|
|
|
|
|
Does not do anything to the bean as moving the bean from free pool to cache are managed by the container depending on load. Stateful Session: Removes the bean from the cache. Entity Bean: Deletes the bean (data) from persistent storage.
Related items
Only registered users can write comments. Please login or register.
|