Multiple choice technology web technology

What part of the J2EE platform handles data storage and retrieval on behalf of a container-managed entity bean?

  1. The thin client.

  2. Deployment descriptors.

  3. The JAR file.

  4. The bean's container

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

The container manages data persistence for container-managed entity beans, handling storage and retrieval automatically. The thin client, deployment descriptors, and JAR files support the application but don't handle persistence directly.