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.