What are the advantages of using JNDI?
· It is unified to system to access all sorts of directory service information. · It is single API to access different directories with different protocols. · It insulates application from protocol and implementation details. · It is extensible. Future provider of directories can plug in their particular directory services to JNDI without affecting client code.