what is the JNDI?

Answers were Sorted based on User's Feedback



what is the JNDI?..

Answer / abhijit baji

JNDI (Java Naming and Directory Interface) enables Java
platform-based applications to access multiple naming and
directory services.

Is This Answer Correct ?    0 Yes 0 No

what is the JNDI?..

Answer / harish

JNDI is one of the J2EE API's . It provides interfaces for
perform various naming and directory operations across
diffrent types of services.

Is This Answer Correct ?    0 Yes 0 No

what is the JNDI?..

Answer / ravikiran

JNDI is the java naming and directory interface and is the
root for the look up directory service to looking up for a
particular resource

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain about static imports in java?

0 Answers  


What is the use of protected in java?

0 Answers  


Memory management in JAVA

3 Answers   Tech Mahindra, Wipro,


Which package is always imported by default?

0 Answers  


what is main difference b/w abstract class and interface

4 Answers  






Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)

1 Answers   ABC,


How do you differentiate abstract class from interface?

0 Answers  


What is a boolean used for?

0 Answers  


What is the difference between static and non-static variables?

6 Answers  


Why arraylist is not synchronized in java example?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


What is super in java?

0 Answers  


Categories