🎴 Flashcard Mode

XML, Ajax, and Enterprise Web Technologies

Card1 / 20
Mastered0
Review0
QuestionClick to flip

An entity bean:

AnswerClick to flip back
A
Can be shared between multiple clients as long as the entity being shared is the same
B
Must have its EJBObject interface
💡 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.

Change Mode