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

Define Initial Context?

0 Answers  


Explain the architectural relationship between JavaBeans and JTA?

0 Answers  


Explain the important elements of ejb?

0 Answers  


How is ejb different from java beans?

0 Answers  


What is meant by ejb?

0 Answers  






What is the purpose of ejb in java?

0 Answers  


What is a local interface?

0 Answers  


in EJB diclare the static methods are not?

0 Answers   iGate,


what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,


What are ejbs used for?

0 Answers  


What are the steps involved in creating a Bean?

2 Answers  


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  


Categories