InterviewSolution
Saved Bookmarks
| 1. |
What Are Context Initialization Parameters |
|
Answer» Context initialization parameters are SPECIFIED by the in the web.xml FILE, these are initialization parameter for the whole application and not specific to any SERVLET or JSP. Context initialization parameters are specified by the in the web.xml file, these are initialization parameter for the whole application and not specific to any servlet or JSP. |
|