DEVFYI - Developer Resource - FYI

What is entity bean

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

92. What is entity bean

An enterprise bean that represents persistent data maintained in a database. An entity bean can manage its own persistence or can delegate this function to its container. An entity bean is identified by a primary key. If the container in which an entity bean is hosted crashes, the entity bean, its primary key, and any remote references survive the crash.

(Continued on next question...)

Other Interview Questions