InterviewSolution
Saved Bookmarks
| 1. |
Can We Override The Jspinit(), _jspservice() And Jspdestroy() Methods? |
|
Answer» We can OVERRIDE JSPINIT() and JSPDESTROY() METHODS but not _jspService(). We can override jspinit() and jspDestroy() methods but not _jspService(). |
|