What is the primary difference between a stateless session bean and a stateful session bean?
Why doesn't the stateless session bean have any overloaded ejbCreate() or create() methods?
Why doesn't the stateless session bean have any ejbActivate() and ejbPassivate() methods?