What if you need to span your transaction across multiple servlet invocations?
No Answer is Posted For this Question
Be the First to Post Answer
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Some examples where generic servlet is used?
If servlet receives multiple requests, how many objects will it create?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
why are extending GenericServlet and why are extending HttpServlet explain?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the disadvantages of storing session state in cookies?
What is the life-cycle of servlets?
what is servlet and what you get when we use servlets?
How do we translate jsp?
Differentiate between get and post?
Explain the servlet context.