1. In which type of validation we must implement the Validateable interface (or extend ActionSupport class) and provide the implementation of validate method?
Answer
Correct Answer:
By Custom Validation
Note: This Question is unanswered, help us to find answer for this one
2. Which are the ways to create zero configuration file, We can create struts 2 application without the configuration file struts.xml?
Answer
Correct Answer:
By Convention And By Annotation
Note: This Question is unanswered, help us to find answer for this one
3. ActionServlet, RequestProcessor and Action classes are the components of:
Answer
Correct Answer:
Controller
Note: This Question is unanswered, help us to find answer for this one
4. The i18n interceptor provides multi-lingual support for your application?
Answer
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
5. In interceptor which is used to display the intermediate result?
Answer
Correct Answer:
ExecAndWait Interceptor
Note: This Question is unanswered, help us to find answer for this one
6. Struts framework is based on:
Answer
Correct Answer:
Servlet, JSP, XML and Java
Note: This Question is unanswered, help us to find answer for this one
7. Which validates the given string with the specified regular expression,it can be used in password, security key etc.?
Answer
Correct Answer:
Regex Validation
Note: This Question is unanswered, help us to find answer for this one
8. Abbreviate the term POJO?
Answer
Correct Answer:
Plain Old Java Object
Note: This Question is unanswered, help us to find answer for this one
9. Struts 2 Aware interfaces are used to put information into the?
Answer
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
10. POJO means you are not forced to implement any interface or extend any class?
Answer
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
11. Struts combines which of these in to a unified Framework?
Answer
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
12. Interceptor is used to perform operations such as?
Answer
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
13. Which of the java bean tags is used to show the bean value on the web page?
Answer
Correct Answer:
< bean:write>
Note: This Question is unanswered, help us to find answer for this one
14. What is the limitation of creating ActionServlet instances per web application?
Answer
Correct Answer:
One
Note: This Question is unanswered, help us to find answer for this one
15. Which configuration files are used in Struts?
Answer
Correct Answer:
ApplcationResources.properties And struts-config.xml
Note: This Question is unanswered, help us to find answer for this one
16. In Which technology Struts 2 provides various types of tags such as UI tags, Data tags, control tags etc. to ease the development of struts 2 application?
Answer
Correct Answer:
Various Tag support
Note: This Question is unanswered, help us to find answer for this one
17. The architecture and flow of struts 2 application is going to understand the struts flow by which ways?
Answer
Correct Answer:
Basic And Standard
Note: This Question is unanswered, help us to find answer for this one
18. The Object Graph Navigation Language (OGNL) is not an expression language?
Answer
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
19. On which pattern does struts framework is based on?
Answer
Correct Answer:
MVC2 Pattern
Note: This Question is unanswered, help us to find answer for this one