Answer Posted / shahnawaz sheikh
sendRedirect is used in JSP pages for transfering to any
other jsp page with all the request parameters intact with
the request.
While in case of forward the parameters are not send with
the request only the url is send for transferring to any
other jsp page.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Define jre i.e. Java runtime environment?
Explain all java features with real time examples
Explain the use of volatile field modifier?
What a static class can contains?
Can we declare main () method as non static?
According to java operator precedence, which operator is considered to be with highest precedence?
Explain importance of finally block in java?
Can we write method inside a method in java?
What is the difference between a switch statement and an if statement?
What happens if I remove static from main method?
What are the steps in the jdbc connection?
What is byte [] in java?
Can a function return a function?
What's the base class in java from which all classes are derived?
What is a singleton class in Java?