difference between forward and sendredirect
Answer Posted / nagababu
Forward: server-side redirect with request and response
objects with in same web Container.
sendRedirect : Client-side redirect with new request and
response objects with diffrent web containers also.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you call a jsp from the servlet?
How to get the current httpsession object?
how many jsp scripting elements are there and what are those?
What is servlet configuration?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What's the advantages using servlets than using cgi?
What's the use of servletcontext?
What are the steps that are involved in using the httpservlet class?
How do you design microservices?
Who is responsible to create the object of servlet?
What are the phases of servlet life cycle?
Why do we have servlet filters?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is servlet container?
What are the ways to handle multi-threading in servlets?