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
Why is httpservlet declared abstract?
What is cookie? Why is cookie used?
What is the process for chaining servlet?
How the typical servlet code look like ?
Difference between GET and POST?
How do I know if java is running on linux?
What is called Scriptlet?
Which interface should be implemented by all servlets?
What is webservlet?
What is SingleThreadModel interface?
If a servlet is not properly initialized, what exception may be thrown?
Explain the difference between get and post method in servlet?
What is a servlet-to-servlet communcation?
What is a servlet context?
what do you understand by url rewriting?