What is the difference between RequestDispatcher
's forward()
and HttpServletResponse
's sendRedirect()
method?
Can anyone explain with a example and best usage of these methods with a real time example?
↧
What's the difference between RequestDispatcher.forward() and HttpServletResponse.sendRedirect()? [duplicate]
↧