what is the JNDI?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
why would you use a synchronized block vs. Synchronized method? : Java thread
What is size of int in java?
What is an exception? difference between Checked and Unchecked exception in Java
0 Answers SkillGun Technologies,
What is the difference between assignment and initialization?
What is meant by distributed application? Why are we using that in our application?
How do you escape in java?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
How do you sort an array in java?
what is synchronization
what is the difference between String s="hello"; and String s=new String("hello");?
what is difference between method overloading & method overridding with example?
How many ways can an argument be passed to a subroutine and explain them?