Java Beans Question: Download Java Beans PDF

What is entity bean?

Tweet Share WhatsApp

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 PDF Read All 57 Java Beans Questions
Previous QuestionNext Question
What is EJB server?What is EJB object?