Multiple choice technology web technology An entity bean: Can be shared between multiple clients as long as the entity being shared is the same No interfaces required Must have its EJBObject interface 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.