Can a client interact with an JavaBean directly? Explain?



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

Post New Answer

More EJB Interview Questions

How Stateful Session bean will store its State ?

1 Answers  


How can enterprise javabeans be accessed from active server pages?

0 Answers  


What are the transaction management benefits of the EJB architecture?

1 Answers  


What changes have been made in ejb 2.0 specifications?

0 Answers  


Can EJB made to handle multiple transactions?

0 Answers  






How many ejb objects are created for a bean?

0 Answers  


What is EJB server provider?

0 Answers  


Can remove() be a Stateless Session bean?

0 Answers  


Name the acid properties of a transaction.

0 Answers  


What is the difference between message driven beans and stateless session beans?

0 Answers  


Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?

1 Answers   IBM, SAP Labs, Sony,


What are stateless applications?

0 Answers  


Categories