whats is mean by jndi
Answer / 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 |
the same information whether it will connect to the database or it will be used previous information?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
To make an object to begin executing as a separate thread, what method is used?
What do you need to set-up a cluster with jboss?
how can u cal servlet from java?
What is RMI architecture?
What is threadfactory?
Difference between hashmap and hashtable?
When a thread blocks on i/o, what state does it enter?
which book is better for jdbc ,servlets and jsp
How can I scroll through list of pages like the search results in google?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?