Handling HTTP GET Requests in Java Servlets
Wednesday, July 2nd, 2008 - 5:35 pm
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.
Read the article One Comment






