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 do cookies mean?
How can multiple submits due to refresh button clicks be prevented?
Give an example where you need jsp custom tag?
Why should we not configure jsp standard tags in web.xml?
What do you know about pagecontext and what are the advantages of using it?
Why do we need servlets and jsp?
What is meant by jsp?
What is pagecontext jsp?
What are the elements of jsp?
What is jsp and how it works?
What is the default value of session attribute in jsp?
Differentiate between include directive and include action.