what is difference between redirect and forward method?
Answer Posted / sailaja
In sendRedirect new request is generated forwarded to the
specified page.where as in forward old reuest is forwarded
to the specifed page
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
mention the three important tags used in the development of jsp bean.
List out some advantages of using jsp.
What is the requirement of a tag library?
What is the use of jsp implicit objects?
Can you disable jsp scripting?
What are the different scope values for the
Why jsp is better over static html also explain lifecycle of a jsp?
What class.forname will do while loading drivers?
How does jsp engines instantiate tag handler classes instances?
What are the steps involved in reading data from a form using jsp?
What are jsp lifecycle methods?
Why is it not recommended to use script elements in jsp?
What is request scope in jsp?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
Define Expression