Can we override serivice()method in jsp?
Answers were Sorted based on User's Feedback
Answer / vivek
NO
because all the JSP code will get translated within the
service methode.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kishor
Cannot override the final method from HttpJspBase
| Is This Answer Correct ? | 3 Yes | 0 No |
How to use jsp el to get http method name?
What is jsp declaration?
Which is mandatory in tag in jsp?
What are different implicit objects of jsp?
Can you override jspinit() method? If yes, in which cases?
Mention some important jsp action tags.
How can the applets be displayed in the jsp? Explain with an example.
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What are custom tags in jsp?
What is a jsp file?
What is welcome file list?
What is < jsp:forward> tag for?