a single object in JVM can be run simultaneously by multiple threads. same bytecode will run in different threads.
keeping thread count same if we increase object or pooled object in the container do you think performance will increase? if yes then how?
if no then why EJB use the stateless polled objects to serve concurrent requests?