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 |
Is it possible to write a regular expression to check if string is a number?
Can I extend singleton class in java?
Can you instantiate the math class in Java?
What is the difference between an argument and a parameter?
Write a program to solve producer consumer problem in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What are java packages? What's the significance of packages?
What does system.gc() and runtime.gc() methods do?
What does int argc char * argv [] mean?
Which is faster string or stringbuilder?
What is polymorphism java example?