InterviewSolution
Saved Bookmarks
| 1. |
What Is A Jndi Initialcontext ? |
|
Answer» All naming OPERATIONS are relative to a context. The InitalContext IMPLEMENTS the Context INTERFACE and PROVIDES an entry point for the resolution of names. All naming operations are relative to a context. The InitalContext implements the Context interface and provides an entry point for the resolution of names. |
|