EJB Core Contracts and Requirements, Page 42:
A client may remove a stateful session bean by invoking a method of its business interface designated as a Remove method.
The lifecycle of a stateless session bean does not require that it be removed by the client. Removal of a stateless session bean instance is performed by the container, transparently to the client.
"The lifecycle of a stateless session bean does not require that it be removed by the client." I cannot understand this sentence, I suppose it want to tell stateless session bean can or cannot be removed by the client. However, it looks like the most important
word "can" or "cannot" is lost.
SCJP,SCWCD1.3,SCWCD1.4,SCJD,SCBCD5,SCEA5