what is the JNDI?

Answers were Sorted based on User's Feedback



what is the JNDI?..

Answer / abhijit baji

JNDI (Java Naming and Directory Interface) enables Java
platform-based applications to access multiple naming and
directory services.

Is This Answer Correct ?    0 Yes 0 No

what is the JNDI?..

Answer / harish

JNDI is one of the J2EE API's . It provides interfaces for
perform various naming and directory operations across
diffrent types of services.

Is This Answer Correct ?    0 Yes 0 No

what is the JNDI?..

Answer / ravikiran

JNDI is the java naming and directory interface and is the
root for the look up directory service to looking up for a
particular resource

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Difference between method overloading and method overriding in java ?

0 Answers  


What do you mean by platform independence of Java?

0 Answers  


can we write a program with out a class in core java?

11 Answers   Wipro,


what is a thread pool in java and why is it used?

0 Answers  


how many design pattern r there? and wht design pattern u use and why ?

5 Answers   HP,






Why are data types important?

0 Answers  


Why is singleton instance static?

0 Answers  


is there a separate stack for each thread in java? : Java thread

0 Answers  


Define immutable object?

0 Answers  


Is singleton set an interval?

0 Answers  


What is Co-Variant return type in method overriding?

1 Answers   RBS,


Write a function to find out longest palindrome in a given string?

0 Answers  


Categories