what protocols does JNDI provide an interface to?
Answer / harish
JNDI itself is independent of any specific directory access
protocol,individual service providers determine the
protocols to support. There will be provider
implementations for popular protocols such as LDAP,NDS,DNS
and NIS(YP) supplied by different vendors.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can any one tell me How to explain bank project desription in interview
what is acl(access control list)?
What is the difference between Eclipse and MyEclipse?
How is hashset maintained in memory by java ?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the main classes of the list interfaces? : java collections
what is the difference between through and throws?
What are the considerations to be made in case of loops in java ?
How many controlers are there in spring? Plz send me ans
What is the use of hashcode in java ?
Which interface does java.util.hashtable implement?
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.