What JNDI(Java Naming and Directory Interface) provides?

Answers were Sorted based on User's Feedback



What JNDI(Java Naming and Directory Interface) provides?..

Answer / sanjay

It provides networkwide sharing of a variety of information
about users,machines,network services and application in
internets and intranets.

Is This Answer Correct ?    2 Yes 0 No

What JNDI(Java Naming and Directory Interface) provides?..

Answer / ravikiran

JNDI provides facility to look up to a particular resource

Is This Answer Correct ?    2 Yes 0 No

What JNDI(Java Naming and Directory Interface) provides?..

Answer / raghuveer

JNDI provides pool of connection of objects. Minimum can be
decide while configuring

Is This Answer Correct ?    2 Yes 1 No

What JNDI(Java Naming and Directory Interface) provides?..

Answer / selvan

Mostly JNDI is using Connection for the GUI(Graphical User
Interface). That's linking with Client to Server Side.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What do you mean by JVM?

0 Answers   Ericsson,


What is Java Package and which package is imported by default?

0 Answers  


Can we write a class without main method in java?

0 Answers  


Can a constructor call another constructor?

0 Answers  


How do you compare values in java?

0 Answers  


What is the byte order of byte buffer?

0 Answers  


Can you call a private data from an inner class?

6 Answers  


Why char array is favored over string for the storage of passwords?

0 Answers  


what is run time polymorphism

4 Answers  


What is static import in java?

0 Answers  


What modifiers are allowed for methods in an interface?

0 Answers  


Can we catch more than one exception in a single catch block?

0 Answers  


Categories