-
-
-
-
-
Which tag in the jsp is used to define the error page. (Multiple choice)
Skill/Topic: Programming ConstructsA) None of the above B) C)
-
Following methods can be overridden in the JSP page. (Multiple choice)
Skill/Topic: Programming ConstructsA) jspDestroy()B) jspInit()C) _jspService()D) getParameter()
-
In the properties files _________ defines global Servlet settings and list of servlets in the system.
Skill/Topic: FundamentalsA) Servlet.properties B) Page.properties C) Session.properties D) None of the above
-
-
-
-
-
-
-
-
-
-
Can I invoke a JSP error page from a servlet?
Yes, you can invoke the JSP error page and pass the exception object to it from within a servlet. The trick is to create a request dispatcher for the JSP error page, and pass the exception object as a javax.servlet.jsp.jspException request attribute. However, note that you can do this from only within controller servlets.If your servlet opens an OutputStream or PrintWriter, the JSP engine will throw...
-
-
-
JSP Interview Questions
Ans