Java Beans Question:
Download Job Interview Questions and Answers PDF
What is entity bean?
Answer:
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.
Download Java Beans Interview Questions And Answers
PDF
Previous Question | Next Question |
What is EJB server? | What is EJB object? |