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 |
Define the remote interface?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What are the pros and cons of detached objects?
To identify IDL language what mapping mechanism is used?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What is a task?s priority?
diff vector arraylist
Explain the steps in details to load the server object dynamically?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
What are the benefits of detached objects?
Describe responsibilities of Activator?
What is Servlet Filter And What does it work?