Multiple choice technology web technology

An entity bean:

  1. Can be shared between multiple clients as long as the entity being shared is the same

  2. No interfaces required

  3. Must have its EJBObject interface

  4. Can't be shared between multiple clients

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

Entity beans represent persistent data and can be shared between multiple clients accessing the same entity. They MUST have an EJBObject interface for remote access. Options A and C are both correct characteristics of entity beans.