InterviewSolution
Saved Bookmarks
| 1. |
What Is Jndi? |
|
Answer» we can register RESOURCES in the application server’s java naming and directory interface (jndi) namespace. CLIENT applications can then OBTAIN the references to these resource OBJECTS in their programs. we can register resources in the application server’s java naming and directory interface (jndi) namespace. Client applications can then obtain the references to these resource objects in their programs. |
|