Home / CSE MCQs / Struts 2 :: Discussion

Discussion :: Struts 2

  1. Which of the following is correct about FreeMaker result type?
  2. A.
    It is used to forward to a servlet, JSP, HTML page, and so on, on the server. It uses the RequestDispatcher.forward() method
    B.
    It is used to generate output using predefined templates
    C.
    It calls the standard response.sendRedirect() method, causing the browser to create a new request to the given location
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment