kaldin

  • Login

Struts Exam


1) The reset method on an ActionForm normally used to
  • A)

  • B)

  • C)

  • D)

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