Stateless session beans

A stateless session bean manages tasks that do not require the keeping of client session data between method calls. Stateless session beans have the following characteristics:

Unlike stateful session beans, stateless session beans can be pooled by the server, improving overall application performance.