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 is the page directive is used to prevent a jsp page from automatically creating a session?
What is application in jsp?
What is action tag in jsp?
Can we use jsp implicit objects in a method defined in jsp declaration?
What are the types of jstl tags?
How run jsp program in netbeans?
What are the jsp tag?
What is difference between sendredirect and requestdispatcher?
How can we forward the request from jsp page to the servlet?
How do we catch exception and process it using jstl?
What are the implicit objects?
What is scripting elements in jsp?