What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / sateesh.b
sendRedirect() can be used to send a request with in the
server or in other server.
forward() can be used to send request in the same server.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
Why is java robust?
Why frameworks are used in java?
Is j2ee a programming language?
How does javac compiler work?
What is java 2 platform, standard edition (j2se)?
Is downloading java safe?
What is multi tier architecture in j2ee?
What are the modules of j2ee?
Why primitive data types in java are not objects?
What is create method?
Which server is best for java?
What is frame in java?
What is java actionlistener?
Enlist the technologies embraced in j2ee?
What is difference between j2ee and java?