RE: Stateless session bean is instantiated by (a) newInstance()(b) create()
when an instance transists from non exist state to medhod ready pool three operations will be perfomed at first the bean instance is instantiated by invoking the class.newInstance() method on stateless session bean. In stateless session beans calling create() method results in creating EJB object for the client. ejbCreate() of a stateless bean only invoked once in the life cycle of a perticular instance