where is JNDI being used in java platform?

Answers were Sorted based on User's Feedback



where is JNDI being used in java platform?..

Answer / harish

HOtJava views using JNDI to access LDAP. Enterprise APIs
such as Enterprise Java Beans,Java Message Service, and
JDBC 2.0 make use of JNDI for their naming and directory
needs. RMI over IIOP applications can use JNDI to access
the CORBA(COS) naming service.

Is This Answer Correct ?    6 Yes 4 No

where is JNDI being used in java platform?..

Answer / satya

JNDI is a naming service provided an Application Server,
where as Application Server provides some external services
like transactions and Naming Services so with the
Application Servers to access the components (EJB) it
dynamically use the naming service with JNDI, for this we
need to configure the component to the namin service with
rebind() method

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Java J2EE AllOther Interview Questions

whatis arguments &what is default argument

2 Answers   CTS,


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

1 Answers   HCL,


What is the use of log4j and how to make use of that in a application?

2 Answers  


What is a constructor?

4 Answers  


what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,






How to use ANT?

2 Answers  


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  


Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...

2 Answers   Span Systems,


What is Visual Source Safe(source control Tool)?

1 Answers  


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

0 Answers  


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


Categories