Can u Override any of the lifecycle methods of JSP?
Answer / raju
The life cycle methods of JSP are
jsp int(), jsp service(), jsp destroy()
here we can override jsp init(), jsp destroy() but we can't override -jsp service() method
| Is This Answer Correct ? | 8 Yes | 2 No |
What is auto-flush attribute?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
what is the extended star schema
how to u se in jsp
Define Expression
How is jsp include directive different from jsp include action. ?
How to disable scripting?
Explain the <jsp:param> action?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is jsp expression?
Why are jsp pages the preferred api for creating a web-based client program?
Differentiate between include directive and include action.