Hi Soni,
A good question you have asked. When we are deploying a bean the home object would be created and bind to a JNDIName in the JNDI NameSpace, like when creating a pool for particular stateless sessionbean, first it creates the ejbobject and ejblocalObject, then only container creates the pool.
Its upto container dependent only one or more ejbObject and ejblocalObject for a particular stateless session bean.
Because these objects are only present in server(If container provides only one ejbobject and ejblocalobject), we may thing like
servlet(multi
thread model).
I hope it will help you.