Tag: web technology

Questions Related to web technology

Can we use updateActionListener in SelectBooleanCheckbox tag?

  1. True

  2. False


Correct Option: B

The method processDecodesWithoutValidation(FacesContext context) forces all components to execute the Apply Request Values phase and return an error message to the client if a RuntimeException is thrown, but it does not process validation for immediate components.

  1. True

  2. False


Correct Option: A

What is the first entry point in the request processing life cycle of Struts 2 Framework

  1. Servlet

  2. Servlet Filter

  3. JSP

  4. None of The Above


Correct Option: B

How are html form input parameters passed in case of Struts 2

  1. ActionForm

  2. Action

  3. All of the Above

  4. None of the Above


Correct Option: B
  1. Unchecked

  2. Checked

  3. All of the Above

  4. None of the Above


Correct Option: A

Action classes have to extend ActionSupport for declarative validation in struts 2

  1. True

  2. False


Correct Option: B

In a struts 2 implementation, one of the name of the action is SampleAction and corresponding name of the Class is SampleClass. Please identify the correct validation xml name for the Action.

  1. SampleAction-validation.xml

  2. SampleClass-validation.xml

  3. All Of the above

  4. None of the above


Correct Option: B