Direction: Choose the correct option
Q1.
What is Spring MVC?
Direction: Choose the correct option
Q2.
What is the DispatcherServlet in Spring MVC?
Direction: Choose the correct option
Q3.
Which annotation marks a class as a controller in Spring MVC?
Direction: Choose the correct option
Q4.
What is the purpose of @RequestMapping?
Direction: Choose the correct option
Q5.
What does a Model object represent in Spring MVC?
Direction: Choose the correct option
Q6.
What is a ViewResolver?
Direction: Choose the correct option
Q7.
Which annotation is used to bind request parameters to method parameters?
Direction: Choose the correct option
Q8.
What does @ResponseBody do?
Direction: Choose the correct option
Q9.
What is the default HTTP method handled by @RequestMapping if not specified?
Direction: Choose the correct option
Q10.
How do you configure Spring MVC in a web application?
