Java / JNDI
Difference between JNDI list and listBindings method.
list() attempts to return an enumeration of all of the objects in the current context as NameClassPair.
listBindings() attempts to return an enumeration of all the object bindings in the current context.
More Related questions...