What are the various methods of an Entity Bean?
setEntityContext()
unsetEntityContext()
ejbCreate()
ejbRemove()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbFind()
ejbHome()
| Is This Answer Correct ? | 0 Yes | 0 No |
What is message-driven bean?
Define Clone?
How do you implement the Local Interfaces ?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is the TX operational difference between Session Bean and Entity Bean?
What is ejb and its types?
What is rmi and ejb in java?
How is consistency maintained by Stateful Session through transaction updates ?
How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?
what is ejb
What is persistence?
How to create ejb project in eclipse?