Use of Request and Response objects in the Communication between browser and server in JSP
Short Answer In JSP, request and response objects play a big role in talking between the browser and the web server. The request object carries data from the browser to the server, like what you type into a form. The response object carries data back from the server to your browser, like a web page. … Read more