Originally posted by Rahul Bhattacharjee:
Yes , in case of entity beans , the beans are created beforehand by the container.Not related to client call.
Can not agree with you.
For entity bean, create method is not for creat a instance of bean, it is create a new entity in database, how could container handle that without a call from client?