Login
Struts Exam
8)
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
Previous
Next
Show Answer:
Show Answer
More Question
Which of the following action mapping is correct
What is not a scope values for the action tag
Note: assume all necessary imports are present Which of the following is a correct way to add an error to an ActionErrors object
The validate() method in the ActionForm class has a return type of:
An ActionForm is a JavaBean which extends the: