March 6, 2012

Response helps in WEB

Response helps in WEB

Response helps Web to get response back from server against the request being made by client. It is clear that if a request received by the server and a thread is created with method “Service()” to serve the request either by method doPost() or doGet() so finally server will provide the desired information which is requested. This action will be called as response.

Last updated: March 19, 2014