What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
No Answer is Posted For this Question
Be the First to Post Answer
difference between request.getSession(false) or request.getSession() and request.getSession(true)
what do you understand by url rewriting?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
List some life cycle methods of a servlet.
What is the default http method in the servlet?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
What is http servlet? Explain with the help of an example.
How printwriter is different from servletoutputstream?
What is called a session?
Which is the methods of generated servlet?
Should I override the service() method?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify