Multiple choice technology architecture

Which of the following is valid life cycle state for a Stateless Session Bean?

  1. Does not exist

  2. Pooled State

  3. Passive

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In EJB specifications, the lifecycle states of a Stateless Session Bean are limited to 'Does not exist' and 'Method-ready pool' (or 'Pooled'). Among the choices, 'Does not exist' is the standard lifecycle state. 'Passive' only applies to stateful session beans during passivation.