Thursday, 6 September 2012

To specify an ActionMapping to use when a request doesn't match any other mapping, you can | Java Springs

   A. Use an asterisk for the path property
   B. Set the "default" property of the mapping to "true"
   C. Set the "unknown" property of the mapping to "true"
   D. Set the "missing" init-param of the ActionServlet to the mapping's path

Ans: C

No comments: