What is a stateless session bean?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a stateless session bean?
Rating:
A stateless session bean is an enterprise bean that does not remember the client from the last call. It can service multiple clients, but only one client at a time. After it services the client, a stateless session bean goes into the pool of instances.
Rating:
Was this information helpful?
Other articles
- What is the EJB query language?
- What are the requirements for writing a session bean class?
- What is a finder method of an entity bean's home interface?
- What are the guaranteed APIs offered by the container in the EJB 2.0 specification?
- What is the <abstract-schema-name> element of the deployment descriptor?