InterviewSolution
Saved Bookmarks
| 1. |
What is JSP page redirection? |
|
Answer» Page redirection is generally used when a document moves to a new location and we need to send the client to this new location or may be because of load balancing, or for simple randomization. |
|