GivenawebapplicationinwhichtherequestparameterproductIDcontainsaproductidentifier.WhichtwoELexpressionsevaluatethevalueoftheproductID?()A.${productID}B.${param.productID}C.${params.productID}D.${params.productID[1]}E.${paramvalues.productID}F.${paramValue

题目
GivenawebapplicationinwhichtherequestparameterproductIDcontainsaproductidentifier.WhichtwoELexpressionsevaluatethevalueoftheproductID?()

A.${productID}

B.${param.productID}

C.${params.productID}

D.${params.productID[1]}

E.${paramvalues.productID}

F.${paramValues.productID[0]}

G.${pageContext.request.productID}


相似考题