what is the JNDI?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Why map is used in java?
How do you print array in java?
How much is a java license?
What is meant by memory leak?
Does java isempty check for null?
What are the parts of a method?
What is Exception handling in Java How do you handle run time errors please explain with an example
What is an object's lock and which object's have locks in java programming?
what are the design patterns in struts?
Is a boolean 1 bit?
Difference difference paint() and paintcomponent()?
Can main() method in java can return any data?