Discussion :: Spring MCQs
- To configure the exception mappings in the web application context.
A.
SimpleMappingExceptionResolver
|
B.
ExceptionResolver
|
C.
ExceptionViewResolver
|
D.
None of the mentioned
|
Answer : Option A
Explanation :
Spring MVC comes with the exception resolver SimpleMappingExceptionResolver for you to configure the exception mappings in the web application context.
Be The First To Comment