A stateful session bean is defined as follows:
Stateful Session Beans The state of an object consists of the values of its instance variables. In a
I think that the greatest example of using a Stateful session bean is for a Shopping Cart, where you store all products which user wants to buy.