What is an entity bean?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is an entity bean?
Rating:
An entity bean represents an entity such as an employer, student, etc. An entity bean is grammatically a noun. An instance of an entity bean holds a record in memory about a corresponding entity from a table in a database. For example, an instance of the Employer bean may hold name=XXX, age=23, while another instance may hold name=YYY, age =34. An entity bean also provides logic for accessing and manipulating entities in persistent storage.
It provides synchronous communication between a bean and a client.
Rating:
Was this information helpful?
Other articles
- What are reference variables?
- What is an assignment statement?
- What is the while loop?
- What is aggregation?
- How are packages declared?