Thursday, 9 May 2013

When you will chose Stateful session bean and Stateless session bean? | EJB Interview Questions

Stateful session beans are used when there is converstional state and when there is a need of temporary storage.
Stateless session bean are used when there is no conversational state and when session bean has to be used only for database access.

No comments: