Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. Handler method's annotation.
  2. A.
    @Before
    B.
    @Controller
    C.
    @After
    D.
    @RequestMapping

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    In order to do so, a controller class's methods are decorated with the @RequestMapping annotation, making them handler methods.


Be The First To Comment