

MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Spring knowledge and support exam preparation. Choose a topic below to get started.
1. |
The @RequestMapping annotation can be applied to the class level only. |
A. | True |
B. | False |
Answer» C. | |
2. |
Parameter used to specify a configuration file. |
A. | contextConfigLocation |
B. | contextConfigure |
C. | contextLocation |
D. | none of these |
Answer» B. contextConfigure | |
3. |
Controller Class renders the objects passed by the controller s handler method. |
A. | True |
B. | False |
Answer» B. False | |
4. |
To notify its completion of session processing. |
A. | Errors |
B. | BindingResult |
C. | SessionStatus |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
5. |
To access the binding and validation result for the command object. |
A. | Errors |
B. | BindingResult |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
6. |
Design pattern implemented by Dispatcher Servlet. |
A. | jsp |
B. | tiles |
C. | front controller |
D. | none of the mentioned |
Answer» D. none of the mentioned | |