...I believe that Entity bean and stateless bean...
Actually that's one of the mock exam question. Most of the server may has hi-availability - one server down, backup server will start to serve the request. It may or may not transparent to the client. Since stateless bean can always get a neutral bean instance from the pool to serve the client, it can survive in the server crash. Since entity and primary key can survive in server crash, the entity bean can also survive in server crash. Correct me if I am wrong.