Multiple choice technology web technology

The benefits of using this bean is we don’t have to write any SQL code or use the JDBC API to perform Database operations. EJB itself will handle this.

  1. message driven bean

  2. entity bean

  3. session bean

  4. page bean

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

Entity beans are designed for persistent data storage and automatically handle database operations. The container manages the underlying SQL and JDBC calls, allowing developers to work with Java objects instead of writing database code. Session beans handle business logic, message-driven beans process JMS messages.