whats is mean by jndi



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

Post New Answer

More Advanced Java Interview Questions

Describe, in general, how java's garbage collector works?

0 Answers  


What is prototype?

0 Answers  


What are the different types of exception?

0 Answers  


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

0 Answers   Ducat,






what's the main difference between unix os and linux os?

2 Answers   TCS,


Why are my checkboxes not being set from on to off?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work

3 Answers  


Is a class a subclass of itself?

0 Answers  


What will happens, when a thread cannot acquire a lock on an object?

2 Answers  


What is servlet preinitialization?

3 Answers   iFlex,


Categories