DEVFYI - Developer Resource - FYI

What is naming environment

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

200. What is naming environment

A mechanism that allows a component to be customized without the need to access or change the component's source code. A container implements the component's naming environment and provides it to the component as a JNDI naming context. Each component names and accesses its environment entries using the java:comp/env JNDI context. The environment entries are declaratively specified in the component's deployment descriptor.

(Continued on next question...)

Other Interview Questions