Can a client interact with an JavaBean directly? Explain?
Answer / nirmala
No client cannot directly interact with java bean.
1.java application calls home interface to get a reference
for customer session object.
2.home interface creates customer session object which can
be refernced by customer bean interface.
3. java clients gets refence for the customer session bean
thru the bean interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the major difference SessionBean and EntityBean?
in EJB diclare the static methods are not?
How do identify two same entity beans?
What is remote interface in ejb?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
why object class is a parent of all classes in java?
what is finder method?
Can beans who are involved in transaction have 'passivation' process?
What is EJB object?
Life cycle methods in stateless Session Beans?
What is an entity and its types?
What is singleton session bean?