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 can I extend the functionality of jsp?
What is the use of pagecontext in jsp?
What is the difference between directive include and jsp include?
What is the difference between <jsp:forward> and sendRedirect?
why ,what, when, where,how the extended star schema is used.
How does a servlet communicate with a jsp page?
Why taglib is used in jsp?
What is the use of 'out' implicit object?
Explain jsp lifecycle methods?
How to deactivate el usage on jsp?
What is the difference between include directive and include action?
Where is jsp used?