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)- A3% (1)
- B72% (21)
- D3% (1)
- E7% (2)
- G14% (4)
Community Discussion
No community discussion yet for this question.