All entity bean instances of the same type (say CustomerBean) have the same Home, that is, an instance of an object that implements the home interface of this bean.
A specific entity bean instance can be accessed by only one client at a time.
If two clients wanted to access the same entity in the database concurrently, the container would make two entity bean instances to represent that entity.
If two clients wanted to access the same entity in the database concurrently, the container would make one entity bean to represent that entity, and the two clients would get their own references to the same EJBObject correspondtwo clients would get their