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 are data structures in java?
Explain the difference between the Boolean & operator and the && operator?
What does it mean to be immutable?
What is your platform?s default character encoding and how to know this?
What is number data type in java?
Convert a BST into a DLL and DLL to BST in place.
How do singleton patterns work?
Can a main method be declared final?
whats the life cycle of jsp
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
Which programming language is best in future?
Explain the scope or life time of class variables or static variables?