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 |
Explain about static imports in java?
What is the use of protected in java?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
Which package is always imported by default?
what is main difference b/w abstract class and interface
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)
How do you differentiate abstract class from interface?
What is a boolean used for?
What is the difference between static and non-static variables?
Why arraylist is not synchronized in java example?
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"); } }
What is super in java?