Multiple choice technology web technology

What is bean-managed persistence?

  1. When you implement entity or session bean methods to use SQL commands you provide.

  2. When the bean's container handles data storage and retrieval.

  3. When the J2EE server is never shut down.

  4. When changes to database data are lost during a crash.

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

Bean-managed persistence means the developer implements SQL commands manually for entity or session beans, giving direct control over database operations. The container handles persistence in container-managed persistence, not in bean-managed.