Abimaran Kugathasan wrote:If I asked, Where will those scriplets go in the generated servlet?
as i know the system generated servlet has 3 methods:
init()
_JspService()
and
destroy()
this is what i think, please correct me if i am wrong
inside the init() method the
declaration tag is declared.
inside the _JspService() method the scriptlet tag is declared.
my question now is: Is everything declared within the init() method threadsafe?