What is the life cycle of a servlet?
Loading Servlet.
Then initialising the Servlet.
Handling the Request (invoking service method).
Then destroying the Servlet.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of send redirect () method?
How would you create deadlock on your servlet?
Explain web container.
Can we use the constructor, instead of init(), to initialize servlet?
What is the use of httpservletresponsewrapper?
difference between forward and sendredirect
Explain the differences between jsp and servlet.
how do you maintain sessions in servlets?
Can you call a jsp from the servlet?
What are all the advantages of servlet over cgi?
What is servlet and its use?
Is it possible to call servlet with parameters in the URL?