Answer Posted / guest
YES. jspInit() and jspDestroy() method van be overrideen,
but _jspService() can not be.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is
Can we use javascript in jsp?
Why we use jsp instead of html?
What are the components of jsp?
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)
What is a jsp file?
What is action tag in jsp?
Can a constructor be used in place of init() method to initialize a servlet?
Write a simple example for the clone() method.
What is session setattribute?
How to access java variable in jsp?
Can we write java code in jsp?
What is scripting elements in jsp?
What is server context?
How do we catch exception and process it using jstl?