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 |
What is difference between sendredirect and requestdispatcher?
Which is better jsp or javascript?
Why does jcomponent have add() and remove() methods but the component does not?
Explain the difference between jspwriter and servlet printwriter in jsp?
Can we define a class inside a jsp page?
what are the alternate way to use the scriplet in jsp.
What is action tag in jsp?
How we can include the result of another page in jsp?
What are the life-cycle methods for a jsp?
Why is it not recommended to use script elements in jsp?
Can Static method be Override?
How do I save a jsp file?