Multiple choice technology programming languages

What is/are true for Entity Beans ?

  1. Entity beans are permanent business entities

  2. Entity Beans are persistence objects

  3. EntityBeans are permanent

  4. All of the Above

  5. Only 1 & 2

  6. Only 1 & 3

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

Entity Beans in Enterprise JavaBeans (EJB) represent persistent business data stored in a database, making them both permanent business entities and persistent objects. Since options 1, 2, and 3 describe these characteristics accurately, "All of the Above" is the correct choice.