1. |
MVC is composed of which 3 components?
|
||||||||
Answer:
Option (c) |
2. |
In an MVC architecture the ______ handles all requests.
|
||||||||
Answer:
Option (c) |
3. |
What do you mean by Dependency Injection?
|
||||||||
Answer:
Option (a) |
4. |
Spring uses a ______defined in the web.xml file to analyse a request URL pattern and then pass control to the correct controller.
|
||||||||
Answer:
Option (b) |
5. |
Which annotation is required to design a managed bean class in spring MVC?
|
||||||||
Answer:
Option (c) |
6. |
Which of the following component intercepts all requests in a Spring MVC application?
|
||||||||
Answer:
Option (b) |
7. |
______ component is used to map a request to a method of a controller.
|
||||||||
Answer:
Option (d) |
8. |
_____cannot be the return type of a request processing method of a controller.
|
||||||||
Answer:
Option (c) |
9. |
Which annotation is required to receive a model object initialized by the request parameters, in a request processing method?
|
||||||||
Answer:
Option (a) |
10. |
Which of the following is required to load the beans configured in applicationContext.xml file?
|
||||||||
Answer:
Option (c) |