IT Placement Papers JAVA EJB
This category contains EJB Interview Questions and Answers |
|
An entity bean represents a business object in a persistent storage mechanism. Some examples of business objects are customers, orders, and products. In the J2EE SDK, the persistent storage mechanism is a relational database. Typically, each entity bean has an underlying table in a relational database, and each instance of the bean corresponds to a row in that table.
Only registered users can write comments. Please login or register.
|