What is the difference between <jsp:forward> and
sendRedirect?
Answer Posted / harish
Using <jsp:forward> you can forward the request and
response object to the concern URL. Where as in
sendRedirect, it will not carry the request and response
object details.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what are the tools used in your project , How to ask the answer this question
What are context initialization parameters?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
Why are jsp pages the preferred api for creating a web-based client program?
List out some advantages of using jsp.
What is meant by jsp?
Which tag should be used to pass information from jsp to include jsp?
What is a javaserver pages (jsp)?
How can you include the results of another page?
What is the jsp?
What does it mean when tags or attributes are said to be deprecated?
What are the advantages of jstl?
What is _jspservice method?
What are different types of comments used in jsp?