| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. Which of the following component intercepts all requests in a Spring MVC application?

Correct Answer is : DispatcherServlet

2. Which component is used to map a request to a method of a controller?

Correct Answer is : RequestMapping

3. Which of the following can not be the return type of a request processing method of a controller?

Correct Answer is : Object

4. Which annotation is required to receive a model object initialized by the request parameters, in a request processing method?

Correct Answer is : @ModelAttribute

5. --- is required to load the beans configured in applicationContext.xml file?

Correct Answer is : ContextLoaderListener