Which of the following properties of stateful session beans are true:Please select the best answer.
There is a many-to-one relationship between the client and the session bean instance.
Session bean instances live forever.
The container may discard the bean instance arbitrarily, when and if it needs to, for performance reasons.
Stateful session beans may have initial state information passed to them from the client when they are created.
Stateful session bean intances are created when the bean is deployed in the container.