InterviewSolution
Saved Bookmarks
| 1. |
What is HTTPServletRequest class? |
|
Answer» When a browser requests for a web page, it sends lot of information to the web server which can not be read directly because this information travel as a part of header of HTTP request. HTTPServletRequest represents this HTTP Request. |
|