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 is scope & storage allocation of global and extern variables? Explain with an example
What are library required to connect to excel sheet.
What is public/private protected in java?
What does compareto () do in java?
What is the difference between throw and throws in java?
What is a final class in java?
What is AppletStub?
What does += mean coding?
What is the difference between Static and final?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
What all access modifiers are allowed for top class ?
Can we use a switch statement with strings?