InterviewSolution
Saved Bookmarks
| 1. |
What is a config Object? |
|
Answer» The config object is an instantiation of javax.servlet.ServletConfig and is a direct wrapper around the ServletConfig object for the generated servlet. This object allows the JSP programmer access to the Servlet or JSP engine initialization parameters such as the paths or file locations etc. |
|