Why session tracking is needed?
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet looping or chaining?
Can we call destroy() method inside the init() method? What happens when we do so?
What exception should be thrown when servlet is not properly initialized?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Why don't we write a constructor in a servlet?
What is getservletcontext?
Why filter is used in servlet?
What is difference between get and post method?
What are all the protocols supported by httpservlet?
What are the ways to handle multi-threading in servlets?
If you want to modify the servlet,will the Webserver need to be ShutDown ?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html