Login
Struts Exam
1)
The reset method on an ActionForm normally used to
A)
Sets all properties to their initial value
B)
Sets all properties to null
C)
Repopulates all properties from the request parameters
D)
None of the above
Next
Show Answer:
Show Answer
More Question
The validate() method in the ActionForm class has a return type of:
Each Struts Action element is uniquely identified by its
Every new user-defined action must extend the org.apache.struts.action.Action class directly.
Struts Internationalization (i18n) can be done with some handy modifications in the existing application. Pick it from the following.
What design pattern does the ActionServlet implement