can we overide jspService() method in jsp?

can we overide jspService() method in jsp? Pls reply
[59 byte] By [imember@rediffmail.coma] at [2007-11-27 5:04:21]
# 1

uh, what exactly do you know about the internals of JSP compilation?

Apparently not enough to even think about doing anything like that or you'd know what your question makes no sense at all!

The service method is generated at compile/generation time from the content of your JSP, which should give you a pretty good idea about why you can NOT override it inside the JSP...

And seeing as you should never use scriptlets there's no place you should ever use where you could even define the overridden method.

Nor is there any name you could give it as the name isn't predefined.

jwentinga at 2007-7-12 10:22:39 > top of Java-index,Java Essentials,Java Programming...