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 an i/o filter?
What is compareto?
How can we find size of the object ?
What is volatile keyword in java
What are the types of java?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is polymorphism and what are the types of it?
What is the use of bin and lib in JDK?
How the metacharacters are different from the ordinary characters?
WHAT IS JDK,JVM,CLASS DEFINE ALL?
int a=1,b=10; System.out.println(a+b--);