CSE MCQs :: Struts 2
- Which of the following is correct about FreeMaker result type?
- In which configuration file is a link between the View and Model components in the Web Client but you would not have to touch these settings for 99.99% of your projects?
- ActionServlet, RequestProcessor and Action classes are the components of
- In Which technology Struts 2 provides various types of tags such as UI tags, Data tags, control tags etc. to ease the development of struts 2 application?
- Which of the following is correct about FreeMaker result type?
- In which configuration file is a link between the View and Model components in the Web Client but you would not have to touch these settings for 99.99% of your projects?
- ActionServlet, RequestProcessor and Action classes are the components of
- In Which technology Struts 2 provides various types of tags such as UI tags, Data tags, control tags etc. to ease the development of struts 2 application?
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
|
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
|