Tag: programming languages

Questions Related to programming languages

  1. Always converts HTML markup to entity equivalents, like <

  2. Never converts HTML markup to entity equivalents

  3. Converts markup when filter=true

  4. Converts markup when markup=false


Correct Option: C
  1. Create separate configuration files for each locale

  2. Specify an locale for a definition

  3. Either A or B

  4. None of Above


Correct Option: A
  1. void

  2. String

  3. ActionForward

  4. ActionMapping


Correct Option: C
  1. Validate () method of ActionForm, if error return to error.jsp

  2. Validate () method of ActionForm, execute () of Action, if error return to jsp mentioned in input tag.

  3. Validate () method of ActionForm, if error return to jsp mentioned in input tag.

  4. None of the above


Correct Option: C
  1. ActionErrors

  2. ActionError

  3. void

  4. ActionMapping


Correct Option: C
  1. true

  2. false

  3. both 1 and 2

  4. None of the above


Correct Option: A
  1. MappingDispatchAction

  2. MethodDispatchAction

  3. EventDispatchAction

  4. LookUpDispatchAction


Correct Option: B