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 |
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 is difference between web server and application server?
How do you create UserTransaction Object? How do you rollback a transaction in a method?
what is java virtual machine
what is hibernate ceteria ?
What is the Spring2.5 MVC Navigation flow?
What are the different types of features of the java collections framework? : java collections
what debugging tool that can be used to debug the java programs?
what is difference between vector and arraylist?.
what protocols does JNDI provide an interface to?
What are the types of interface used in the java collections? : java collections
what is diff string and stringbuffer