

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is correct about FreeMaker result type? |
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 |
Answer» C. It calls the standard response.sendRedirect() method, causing the browser to create a new request to the given location | |