Monika
September 27th, 2000, 03:36 AM
Hi,
I am making a servlet in which I have made user defined functions eg myfunction(). Now doGet()
is instantiated for every request and it is calling myfunction().I want to know whether myfunction() too, would be instantiated every time ,or not?
Thanks in advance.
Monika
I am making a servlet in which I have made user defined functions eg myfunction(). Now doGet()
is instantiated for every request and it is calling myfunction().I want to know whether myfunction() too, would be instantiated every time ,or not?
Thanks in advance.
Monika