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 jspdestroy() method?
Can you override jspinit() method? If yes, in which cases?
Which directive is used in jsp custom tag?
What is the use of Application Object and Session Object in JSP?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What are scriptlets in jsp?
What are page directives?
Give the use of session object.
Explain client-side and server-side validation.
How to restrict page errors display in a JSP page?
What is scriptlet and what is expression?
What is jstl (jsp standard tag library)?