what is jndi?
Answer / sivasubramanian.k
The Java Naming and Directory Interface (JNDI) is an API
for directory service that allows clients to discover and
lookup data and objects via a name. Like all Java APIs that
interface with host systems, JNDI is independent of the
underlying implementation. Additionally, it specifies a
service provider interface (SPI) that allows directory
service implementations to be plugged into the framework.
The implementations may make use of a server, a flat file,
or a database; the choice is up to the vendor.
| Is This Answer Correct ? | 9 Yes | 0 No |
What are daemon Threads in java?
What is null mean in java?
Describe the Big-O Notation.
What are byte codes?
How do you sort arrays in java?
Why java uses the concept of the string literal?
Difference between notify() method and notifyall() method in java?
I dont want to use serialzable in java is there any another concept so plz tell me
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Are arrays static in java?
What are static variables and functions?