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

In an EJB project, Howmany tables and How many entity beans are used?

1 Answers  


What do you understand by session facade?

0 Answers  


What is the purpose of ejb in java?

0 Answers  


How does ejbs work?

0 Answers  


What is a local interface?

0 Answers  






What is persistence?

2 Answers  


Define EAR, WAR and JAR ?

0 Answers  


Explain what is an EJB Context?

0 Answers   BirlaSoft,


What is ejb in weblogic?

0 Answers  


Is functional programming stateless?

0 Answers  


Name the interfaces that you used in Beans?

2 Answers  


What is stateful or stateless?

0 Answers  


Categories