Hi,
I've been reading the documentation for javax.naming.Context and I'm totally lost.
What is a "Context" in this particular, umm, context?
The docs say stuff like:
Can someone explain what it is and does in terms that even a C++ developer can understand?
I've been reading the documentation for javax.naming.Context and I'm totally lost.
What is a "Context" in this particular, umm, context?
The docs say stuff like:
andjavadocs said:This interface represents a naming context, which consists of a set of name-to-object bindings.
It's almost like they picked the most confusing name possible for this class.javadocs said:Each name passed as an argument to a Context method is relative to that context.
Can someone explain what it is and does in terms that even a C++ developer can understand?