You are on page 1of 1

JNDI (java naming directory interface)

1. what are the uses of jndi?

A. The role of the JNDI API in the J2EE platform is two fold.

a) It provides the means to perform standard operations

to a directory service resource such as LDAP (Lightweight Directory Access Protocal),Novell Directory Sevices, or
Netscape Directory Services.

b) A J2EE applicatin utilizes JNDI to look up interfaces used to create,amongst other things,EJBs,and JDBC
connection.

2. How vendor Naming registry supports JNDI?

A.

You might also like