How long do servlets last?
Answer / janet
once activated,servlets live on until the server lives or
until the destroy method is called on the servlet by the server.
Is This Answer Correct ? | 9 Yes | 0 No |
When Servlet is unloaded?
What is the difference between encodeRedirectUrl and encodeURL?
Difference between get and post in java servlets?
Whether we can get deadlock situation in servlets?
Can we get PrintWriter and ServletOutputStream both in a servlet?
In howmany ways applet-servlet communication can be done?
what happens if we wont use destroy()?
what is SSL?
What are the common methods that are included in the http servlet class?
How long do servlets last?
Can you explain in detail 'javax.servlet' package?
can v create a constructor 4 servlet?