where is JNDI being used in java platform?

Answers were Sorted based on User's Feedback



where is JNDI being used in java platform?..

Answer / harish

HOtJava views using JNDI to access LDAP. Enterprise APIs
such as Enterprise Java Beans,Java Message Service, and
JDBC 2.0 make use of JNDI for their naming and directory
needs. RMI over IIOP applications can use JNDI to access
the CORBA(COS) naming service.

Is This Answer Correct ?    6 Yes 4 No

where is JNDI being used in java platform?..

Answer / satya

JNDI is a naming service provided an Application Server,
where as Application Server provides some external services
like transactions and Naming Services so with the
Application Servers to access the components (EJB) it
dynamically use the naming service with JNDI, for this we
need to configure the component to the namin service with
rebind() method

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Java J2EE AllOther Interview Questions

What are the different types of ways where you can iterate over a list? : java collections

0 Answers  


What is the difference between comparable and comparator in java.util pkg?

0 Answers  


What is a constructor?

4 Answers  


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,






What are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


What are maps interfaces in the java collections? : java collections

0 Answers  


What is the use of hashcode in java ?

0 Answers  


How to implement or use the singleton class in java?

3 Answers  


Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()

1 Answers  


which book is the best for preparing for SCWCD 1.5

4 Answers   Google,


what is difference between struts1.2 and struts2.0

1 Answers  


Categories