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

What is pub/sub model?

0 Answers  


How can enterprise javabeans be accessed from active server pages?

0 Answers  


Enlist the enterprise beans types?

0 Answers  


What is message-driven bean?

0 Answers  


Can the primary key in the entity bean be a Java primitive type such as int?

2 Answers   CTS,






What is stateless ejb?

0 Answers  


What are the various types of entrepreneur java bean?

0 Answers  


What is activemq used for?

0 Answers  


What are the components of session beam?

0 Answers  


What is meant by manifest files ?

2 Answers  


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

0 Answers  


What is ejb container?

0 Answers  


Categories