I have read for stateful session bean:
"While in the ready stage, the EJB container may decide to deactivate, or passivate, the bean by moving it from memory to secondary storage"
So what is this secondary storage? Is it the underline database? Also, how is an object saved (persisted) in a relational database like Oracle?