Struts MCQ

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

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

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

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

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

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

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

Abbreviate the term POJO?

Answer

Correct Answer: Plain Old Java Object

Note: This Question is unanswered, help us to find answer for this one

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

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

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

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

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

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

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

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

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

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

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