Can stateless session bean contain its state info across clients method invocations?
A stateless session bean cannont contain its state info across method invocations except for static variables.
If the bean contains any static variable then the latest updated value will be made availalbe to all instances in the pool.
SCJP,SCWCD,SCBCD,SCEA Part I