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
Explain the different types of memory used by jvm?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Are there books about seam?
Can I use multiple html form elements with the same name?
What is bean? Where can it be used?
Define aop(assepct oriented programing)?
What is Stream Tokenizer?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
How are the elements of a borderlayout organized?
Is a class a subclass of itself?
what is handle?
What is the difference between RMI and Corba?
If your ui seems to freeze periodically, what might be a likely reason?
Which textcomponent method is used to set a textcomponent to the read-only state?
what are RemoteObjects?