Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. To configure the exception mappings in the web application context.
  2. A.
    SimpleMappingExceptionResolver
    B.
    ExceptionResolver
    C.
    ExceptionViewResolver
    D.
    None of the mentioned

    View Answer

    Workspace

    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