Answer Posted / nilofar
<%@ page language="java"%>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can an existing session be invalidated?
What is the dispatcher servlet?
How do you load an image in a Servlet?
What is servlet and list its types?
What must be implemented by all servlets?
Whether we can get deadlock situation in servlets?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
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?
If a servlet is not properly initialized, what exception may be thrown?
What are the different methods involved in the process of session management in servlets?
What is the difference between genericservlet and httpservlet
When should you prefer to use doget() over dopost()?
List out the difference between ServletConfig and ServletContext?
What is called a session?
Explain url encoding?