Hi,
kidnly find the below two statements.
" When the
EJB server starts up or when an EJB is deployed,the server creates several instances of the bean and stores it in a pool"
" The client doesnt have a direct refernce to the bean instance.It doesnt return the reference to the bean instance but rather returns the reference to the Component(Remote) object"
So my doubt is,according to the first statement is the instances in the pool the Actual Bean instance or is it the instances of the remote object???
Regards,
Sathya