What is the structure of the http response
No Answer is Posted For this Question
Be the First to Post Answer
What are some disadvantages of storing session state in cookies?
How can an existing session be invalidated?
can servlet have instance variables?
What is session tracking?
What are the differences between forward() method and sendredirect() methods?
What must be implemented by all servlets?
What do you mean by session tracking?
What do you mean by web applications?
Who is responsible for writing a constructor?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
What is servlet container?
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?