Which two EL expressions evaluate the value of the productID?

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.)

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.)

A.
${productID}

B.
${param.productID}

C.
${params.productID}

D.
${params.productID[1]}

E.
${paramValues.productID}

F.
${paramValues.productID[0]}

G.
${pageContext.request.productID}

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *