Can init method be overridden?
Answer / guest
YES. jspInit() and jspDestroy() method van be overrideen,
but _jspService() can not be.
| Is This Answer Correct ? | 9 Yes | 0 No |
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is jsp usebean?
What are action tags?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
List out some advantages of using jsp.
What are the different life-cycle methods?
How do I use comments within a jsp page?
What is jsp custom tag and what are it’s components?
How can we prevent implicit session creation in jsp?
What is jsp and asp?
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
What is include directive in jsp?