Multiple choice technology web technology

In case your application is completely based on Container Managed Persistence, would you still like to go for DAO design pattern?

  1. True

  2. False

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

In enterprise applications entirely managed by Container Managed Persistence, the container itself abstracts database communication and object-relational mappings. Because the persistence layer is already fully decoupled and handled, introducing an additional Data Access Object layer is redundant and unnecessary, making the statement false.