Description: programming languages Online Quiz - 221 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which is correct execute method of Action class?
How can we retrieve keyed values from a previously defined resource bundle?
To specify an ActionMapping to use when a request doesn't match any other mapping, you can
Struts Framework is well suited for application of ____ size
How to trigger validate () method of ActionForm?
If validate="false" in struts-config.xml action tag?
What does validate () method of ActionForm returns?
Correct seuence of ActionForm execution?
Correct format?
reset() method signature in ActionForm ?
The class instantiates ActionForm and puts it in appropriate scope based on scope tag?
Where key will generated?
The parameters passed into execute() method is?
Which method is necessary for Action class?
To localize Validator forms, you can
To prevent possible security issues with the tag, you should
The validating init-param of the ActionServlet is used to
The reset method on an ActionForm
Other name of Struts 2 was
In validate method of ActionForm , Parameters are ?