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

2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()

1 Answers  


Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

0 Answers   TCS,


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


What is an algorithm in java collection framework? : java collections

0 Answers  


who should use JNDI?

1 Answers  






what is diff string and stringbuffer

7 Answers   CTS, HCL,


What are the different types of collections views being provided by the map interface? : java collections

0 Answers  


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


Should we create system software ( e.g operating system ) in java ?

0 Answers  


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

0 Answers  


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

0 Answers  


please mail me the interview question based on java/j2ee

0 Answers   Wipro,


Categories