Login
Struts Exam
1)
What are the problems that the org.apache.struts.action.ActionServlet address?
A)
Logic that is handled in one location instead of replicating in multiple locations.
B)
Wraps the request parameters in objects.
C)
Decision points exist with respect to the retrieval and manipulation of data.
D)
All of above
Next
Show Answer:
Show Answer
More Question
The following declaration of dynamic form (without properties) in struts-config.xml is valid.
Which of these are the parameters of Action classs execute method
The validate() method in the ActionForm class has a return type of:
Which of the following action mapping is correct
Struts Internationalization (i18n) can be done with some handy modifications in the existing application. Pick it from the following.