Download the new Autochrome 2.0 Photography Wordpress Theme.

Tag Archives: GET

Handling HTTP GET Requests in Java Servlets

— By

Servlets can be used for handling both the GET Requests and the POST Requests. An individual developing servlets for handling HTTP Requests needs to override one of these methods in order to process the request and generate a response.