CSE MCQs :: Struts 2
- How to override default configuration of struts 2
- Struts supports which of these model components?
- What does validate() method of ActionForm returns?
- Which is used to make asynchronous request i.e. it doesn't block the user and it sends only required field data to the server side not all, So it makes the performance fast?
- Which type of validation we must implement the Validateable interface (or extend ActionSupport class) and provide the implementation of validate method?
- Which of the following delegates the request handling to the RequestProcessor instance?
- What is the role of ActionContextCleanUp class in struts 2?
- Which of the following methods is overridden by Action class?
- reset() method signature in ActionForm?
- Which of the following tag is used to render a I18n text message?