forward « Post « JSP-Servlet Q&A





1. Does or RequestDispatcher.forward use GET or POST?    stackoverflow.com

The question is in the title: Does <jsp:forward> or RequestDispatcher.forward use GET or POST to do its thing? If it uses one, can I always count it will be that one ...