difference between sendredirect,forward and url rewritting
Answer Posted / kalyan
Forward () method is bypass the client request one class to
another class using forward(request ,response) method it
done on the serverside.
sendredirect is changing one page to another page its a
default page its done the client side.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is it possible to have a constructor inside the servlet?
How do you configure a centralized error handler in servlets?
What is httpservlet class?
How can a servlet be used to generate plain text instead of html?
What are the uses of servlet
How does tomcat servlet container work?
If a servlet is not properly initialized, what exception may be thrown?
Which HTTP method is non-idempotent?
What mechanisms are used by a Servlet Container to maintain session information?
Can we use threads in Servlets?
What are the different session tracking techniques?
What are different methods of session management in servlets?
Why is Servlet so popular?
Describe the phases of servlet lifecycle?
Difference between httpservlet and generic servlets?