Home »
MCQs »
Spring MCQs
In the controller class, ____ is used to read the HTML form data that the user has given
41. In the controller class, ____ is used to read the HTML form data that the user has given.
- HttpServletRequest
- Model
- HttpModel
Answer: A) HttpServletRequest
Explanation:
HttpServletRequest is used to read the HTML form data that the user has given.