How to connect to a specific enterprise bean?

Answers were Sorted based on User's Feedback



How to connect to a specific enterprise bean?..

Answer / janet

A client accesses an Enterprise Java Bean by looking up the
class implementing it's home interface by name through JNDI.
it then uses methods of the home interface to acquire access
to an instance of the class implementing the remote interface.

Is This Answer Correct ?    2 Yes 1 No

How to connect to a specific enterprise bean?..

Answer / ss

Previous answer is correct..

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More EJB Interview Questions

How can I access ejb from asp?

0 Answers  


What are ejbs used for?

0 Answers  


What is @resource in java?

0 Answers  


How can a session bean be configured for transactions of bean-managed?

0 Answers  


Differentiate “find a method” from “select method” in EJB ?

0 Answers  






Difference between container-managed & bean-managed persistence?

2 Answers  


What is enterprise bean provider?

0 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?

0 Answers  


Differentiate Phantom from Un-repeatable?

0 Answers  


What does @singleton annotation do?

0 Answers  


Is udp stateless?

0 Answers  


Why is ejb used?

0 Answers  


Categories