who should use JNDI?



who should use JNDI?..

Answer / harish

any java appln. that needs to access information abt
users,machines,networks and services.
User infn. includes security credentials ,phone
no's ,electronic and postal mail addresses and appln
preferences,machine infn. include network addresses,machine
configurations etc. in addition any java appln. that needs
to either export objects or access objects exported by
other applications and services. Examples include
printers,calenders and networked file systems

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Java J2EE AllOther Interview Questions

What is the enumerator of the java collection framework? : java collections

0 Answers  


whats the relation ship between LDAP and JNDI?

1 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

1 Answers   HCL,


Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.

0 Answers  


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

0 Answers   Cap Gemini,






What is an algorithm in java collection framework? : java collections

0 Answers  


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


what is mean by hasing and maping in java platform and advantage?

0 Answers   CTS,


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  


What is markup language?

1 Answers  


When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?

1 Answers   Cap Gemini,


2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()

1 Answers  


Categories