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 |
What is difference between synchronize and concurrent collection in java?
What is the method used to get the absolute value of a number?
Does a function need a return?
Is integer immutable in java?
what is request dispatcher and how does it work?
What is the multilevel inheritance. and also give the Example of it ?
Detail discussions on JVM, memory management and garbage collector.
Can we split string with in java?
Is java free for businesses?
Explain the purpose of garbage collection in Java?
briefley expalin about the packages
How are java objects passed to a method and what are native methods?