Answer Posted / modi[achir communication]
JNDI (Java Naming and Directory Interface) enables Java
platform-based applications to access multiple naming and
directory services. Part of the Java Enterprise application
programming interface (API) set, JNDI makes it possible for
developers to create portable applications that are enabled
for a number of different naming and directory services,
including: file systems; directory services such as
Lightweight Directory Access Protocol (LDAP), Novell
Directory Services, and Network Information System (NIS);
and distributed object systems such as the Common Object
Request Broker Architecture (CORBA), Java Remote Method
Invocation (RMI), and Enterprise JavaBeans (EJB).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a class loader? What are the different class loaders used by jvm?
Where can I find seam examples and documentation?
Which class is the immediate superclass of the menucomponent class?
How task's priority is used in scheduling?
What restrictions are placed on the location of a package statement within a source code file?
How can I avoid validating a form before data is entered?
How many times may an objects finalize() method be invoked by the garbage collector?
Name three component subclasses that support painting?
Can we sent objects using Sockets?
What is the RMI and Socket?
Are there books about seam?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
what is a portable component?
What is the difference between the session.get() method and the session.load() method?
What is a sessionfactory? Is it a thread-safe object?