Scriptlets let you insert arbitrary code into servlet's _jspService method.
Can anyone explain this statement with an example containing a block of code?
I am aware about syntactical stuff of JSP and Servlets, what I need to know is
- In what context arbitrary code is used?
_jspService() is a method of JSP life cycle then,
- What does it mean by servlet's method?