1.

_jspService() method of HttpJspPage class should not be overridden.(a) True(b) FalseThis question was posed to me in an interview for job.I'd like to ask this question from JSP topic in division Session Management, JSP & API of Java

Answer»

The correct answer is (a) True

Explanation: _jspService() METHOD is CREATED by JSP container. HENCE, it should not be OVERRIDDEN.



Discussion

No Comment Found

Related InterviewSolutions