Nov 29 2009 01:42 AM 3477 4 JSP jspinit() method Kalidasan Will you be able to override jspinit() methods? Justify apgenius Profile Answers by apgenius Questions by apgenius Jan 10th, 2010 Yes, we can. Infact its actually why it's there. We override the jspinit() when we want to make some initial database connections etc..Same goes for jspdestroy(), but _jspService() can't be overriden. ysuresh.mca Profile Answers by ysuresh.mca Questions by ysuresh.mca Jan 4th, 2010 Yes we can override, but service() we can't override in JSP. Answer Question Select Best Answer
Nov 29 2009 01:42 AM 3477 4 JSP jspinit() method Kalidasan Will you be able to override jspinit() methods? Justify apgenius Profile Answers by apgenius Questions by apgenius Jan 10th, 2010 Yes, we can. Infact its actually why it's there. We override the jspinit() when we want to make some initial database connections etc..Same goes for jspdestroy(), but _jspService() can't be overriden. ysuresh.mca Profile Answers by ysuresh.mca Questions by ysuresh.mca Jan 4th, 2010 Yes we can override, but service() we can't override in JSP. Answer Question Select Best Answer
apgenius Profile Answers by apgenius Questions by apgenius Jan 10th, 2010 Yes, we can. Infact its actually why it's there. We override the jspinit() when we want to make some initial database connections etc..Same goes for jspdestroy(), but _jspService() can't be overriden.
ysuresh.mca Profile Answers by ysuresh.mca Questions by ysuresh.mca Jan 4th, 2010 Yes we can override, but service() we can't override in JSP.