InterviewSolution
Saved Bookmarks
| 1. |
How we can configure init params in JSP? |
|
Answer» Developers can CONFIGURE init PARAMS in JSP similar to the SERVLET in the web.xml FILE. We have to configure JSP init-params with servlet and servlet-mapping element. PUT the JSP page location in the JSP-file element. |
|