Multiple choice technology programming languages

It is possible to maintain persistence temporarily in stateful sessionbeans?

  1. True

  2. False

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

Stateful session beans can maintain temporary persistence through passivation - the container serializes the bean state to disk when the bean is idle and deserializes it when needed. This is temporary state management, not database persistence.