Browse Today's favorites or All time favorites.
Please Sign In or Register to share and submit your questions.
Java Queries
Complete java interview questions library
Home » Interview Questions » EJB Interview Questions » What does a remove method do for different cases of beans?
What 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
Your clothes are your image, check the mirror and see what others see
It is better to be overdressed than underdressed
Write a comment