1.

Describe What Jndi Is?

Answer»

JNDI is a generic DIRECTORY API for Java programs. It is analogous to the java.io.File class for accessing files. 

There might be some administrative programs that need to MANIPULATE a file at the protocol LEVEL (such as NFS), but TYPICALLY all Java applications use the File class to access to file system. 

Similarly, most Java programs should use JNDI to access directories. 

Applications that need to manipulate directory content at the protocol level may choose to use Netscape's API.

JNDI is a generic directory API for Java programs. It is analogous to the java.io.File class for accessing files. 

There might be some administrative programs that need to manipulate a file at the protocol level (such as NFS), but typically all Java applications use the File class to access to file system. 

Similarly, most Java programs should use JNDI to access directories. 

Applications that need to manipulate directory content at the protocol level may choose to use Netscape's API.



Discussion

No Comment Found