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