what is an ejb object?
Answer Posted / siriganesh
EjbObject is an object which implements our component
interface.The container creats it when we call create
method on home stub.It contains business methods.It is a
beans body guard.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is ejb javatpoint?
What is mdb?
Match the ejb functions given below with the functionality equivalent in sql?
What is EJB object?
What causes statelessness?
What is entity beans in ejb with example?
What does @singleton annotation do?
Why is ejb used?
What is entity bean in ejb?
Why do we use ejb?
What is ejb and its properties?
Define ACID Properties?
What is the difference between Session bean and Entity bean?one?
What does @inject mean in java?
What are the callback annotations for entity bean?