What JNDI(Java Naming and Directory Interface) provides?
Answers were Sorted based on User's Feedback
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 |
Answer / ravikiran
JNDI provides facility to look up to a particular resource
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghuveer
JNDI provides pool of connection of objects. Minimum can be
decide while configuring
| Is This Answer Correct ? | 2 Yes | 1 No |
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
What is regex in java?
Can static methods access instance variables in java?
How can you debug the Java code?
Name the package that most of the AWT events that supports event-delegation model are defined?
Is java map thread safe?
What is currentthread()?
Give a briefing on the life cycle of a thread.
Is an object null?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
How does callback work in java?
What is the role of the java.rmi.naming class?