What JNDI(Java Naming and Directory Interface) provides?
Answers were Sorted based on User's Feedback
Answer / sanjay
It provides networkwide sharing of a variety of information
about users,machines,network services and application in
internets and intranets.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran
JNDI provides facility to look up to a particular resource
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghuveer
JNDI provides pool of connection of objects. Minimum can be
decide while configuring
Is This Answer Correct ? | 2 Yes | 1 No |
What do you mean by JVM?
What is Java Package and which package is imported by default?
Can we write a class without main method in java?
Can a constructor call another constructor?
How do you compare values in java?
What is the byte order of byte buffer?
Can you call a private data from an inner class?
Why char array is favored over string for the storage of passwords?
what is run time polymorphism
What is static import in java?
What modifiers are allowed for methods in an interface?
Can we catch more than one exception in a single catch block?