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

What are MalformedURLException and UnknownHost Exceptions and whey they will be thrown?

2 Answers  


What is variable and constant explain with example?

0 Answers  


What is better- service oriented or batch oriented solutions?

0 Answers   Amdocs,


what is Assertion?

4 Answers   Wipro,


What is meant by collection in java?

0 Answers  






What is a function in programming?

0 Answers  


what is ejb? what is the importance of ejb?

2 Answers   Photon,


Can you pass functions in java?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


Can I learn java in 3 months?

0 Answers  


Describe what happens when an object is created in java ?

0 Answers  


Why is the main method declared static?

0 Answers  


Categories