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 |
What is a constructor?
what is hibernate ceteria ?
Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
what is filter ?
What is the Spring2.5 MVC Navigation flow?
What is IOC in spring?
How to implement or use the singleton class in java?
Which interface does java.util.hashtable implement?
lll
How do you create UserTransaction Object? How do you rollback a transaction in a method?
whats the relation ship between LDAP and JNDI?