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
All Struts forms extends ActionForm or its derived classes.
What are Tag Libraries provided with Struts
The tag permits to iterate on the following objects of the form bean:
The validate() method in the ActionForm class has a return type of:
An ActionForm is a JavaBean which extends the: