Answer Posted / vishnuvardhan
doGet
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you create a cookie using servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the GenericServlet class?
What is webservlet?
Write a hello world program using servlets.
Differentiate between the print writer and servlet output stream?
What is a cookie What is the difference between session and cookie
What are the two important api's in for servlets?
What is the difference between genericservlet and httpservlet
What do you mean by httpservlet?
How can the session in servlet can be destroyed?
What if you need to span your transaction across multiple servlet invocations?
How is an application exception handling is done using a servlet?
What’s the difference between forward() and sendredirect() methods?
What is difference between jsp and servlet?