Java / JNDI
Explain binding and context in JNDI.
The association of a name with an object is called a binding while context is a set of name-to-object bindings. Every context has an associated naming convention. A context provides resource lookup.
More Related questions...