The following figure shows the life cycle of an entity bean. An entity bean has the following three states: Does Not Exist . In this state, the bean instance simply does not exist. Pooled . When WebLogic server is first started, several bean instances are created and placed in the pool. A bean instance in the pooled state is not tied to particular data, that is, it does not correspond to a record in a database table . Additional bean instances can be added to the pool as needed, and a maximum number of instances can be set Ready . A bean instance in the ready state is tied to particular data, that is, it represents an instance of an actual business object. The various state transitions as well as the methods available during the various states are discussed below.
About Java and it's related concepts..