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 |
Can we have multiple catch block for a try block?
Is java a pure object oriented language?
What are different type of exceptions in java?
how many design pattern r there? and wht design pattern u use and why ?
What are the files generated after using IDL to java compiler?
Which method cannot be overridden in java?
What is the difference between overloading and overriding a function?
13 Answers eG Innovations, Infosys, TCS,
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
what are the boundaries of jdk and jre?
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
explain System.out.println
107 Answers Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,
What is a "pure virtual" member function?