deepti


{ City } pune
< Country > india
* Profession * developer
User No # 8997
Total Questions Posted # 1
Total Answers Posted # 1

Total Answers Posted for My Questions # 1
Total Views for My Questions # 3756

Users Marked my Answers as Correct # 51
Users Marked my Answers as Wrong # 22
Questions / { deepti }
Questions Answers Category Views Company eMail

Hi, I'm using tomcat 5, database is MySql, project is based on mvc architecure. My tomcat shuts down abruptly creating a error file in Tomcat5.0 folder named as hs_err_pid1268.txt.. plz help me

1 Apache 3756




Answers / { deepti }

Question { Infrasoft, 37413 }

we cant Override Jsp Service method?Why?


Answer

_jspService() method will be written by the container hence
any methods which are not to be overridden by the end user
are typically written starting with an '_'. This is the
reason why we don't override _jspService() method in any
JSP page.

Is This Answer Correct ?    51 Yes 22 No