1.
In Struts, how many struts-config.xml files can present in a web application?
2.
In Struts, which of these enables the Message Resource?
3.
In Struts, which of the following is not an aware interface?
4.
In Struts, which of the following is called to implement servletResponseAware?
5.
In Struts, which of the following is used to create the ActionContext object?
6.
In Struts, which of the following is used to check the validation process?
7.
In Struts, which of these is used for custom validation?
8.
In Struts, which of the following exceptions is thrown by the validate() method?
9.
In Struts, which of the following provides the interceptor?
10.
How does the design changes if there is a change in the total database?
For example: You are designing an application that allows employees to change their HR information . The requirements states that the application should talk directly to the HR systems database. Now, the company will be converting to a new HR system over the next two years.