ejbCreate in Entity bean and create method in EJB home,
have the same parameters?
Answer Posted / shalini
ejbCreate and create have same signature.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by ejb?
Define Context?
Enlist the CallBack methods of Session Bean?
What is stateless session bean?
Which is more beneficial: CMP or BMP?
Can beans who are involved in transaction have 'passivation' process?
What is a ejb container?
What are the types of enterprise bean?
Is soap stateless or stateful?
How can I access ejb from asp?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is ejb javatpoint?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
Differentiate “find a method” from “select method” in EJB ?
Is it possible to have threading in ejb?