Hi,
I am new to servlets. My questions is when there is a HTTP request for a servlet, then the servlet gets loaded in the memory and and the init() method is called. After it is invoked once, does it remain in the memory, forever.
When is it removed from the memory?
nims
I am new to servlets. My questions is when there is a HTTP request for a servlet, then the servlet gets loaded in the memory and and the init() method is called. After it is invoked once, does it remain in the memory, forever.
When is it removed from the memory?
nims