What is the difference between stateful session beans and entity beans?
Stateful session beans can survive a server crash but entity beans can't.
Entity beans can survive a server crash but stateful session beans can't.
Session beans are typically used to make calls on entity beans.
Entity beans are typically used to make calls on session beans.