Multiple choice

In which of the following should the author of bean write any necessary database calls to send the object out to persistent storage and read it back again?

  1. Bean Managed Persistence

  2. Container Managed Persistence

  3. Stateful Session Bean

  4. Preached Instances

  5. Instance Passivation

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

Author of bean must write any necessary database calls to send the object out to persistent storage and read it back again.