nerdexam
Oracle

1Z0-899 · Question #61

Given a web application in which the request parameter productID contains a product identifier. Which two EL expressions evaluate the value of the productID? (Choose two.)

The correct answer is B. ${param.productID} F. ${paramValues.productID[0]}. See the full explanation below for the reasoning.

Question

Given a web application in which the request parameter productID contains a product identifier. Which two EL expressions evaluate the value of the productID? (Choose two.)

Options

  • A${productID}
  • B${param.productID}
  • C${params.productID}
  • D${params.productID[1]}
  • E${paramValues.productID}
  • F${paramValues.productID[0]}
  • G${pageContext.request.productID}

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    72% (21)
  • D
    3% (1)
  • E
    7% (2)
  • G
    14% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice