Stateful session EJB Object has a unique identity that is assigned by container at creation time. All EJB Objects of the same stateless session bean have the same identity assigned by the container. |
A Handle of a session EJB Object can be serialized and used later to connect to the same EJB Object but it is not guaranteed that the object stays alive. |