Given a web application in which the request parameter productID contains a product identifier.<br /> Which twoEL expressions evaluate the value of the productID?()
A、${productID}
B、${param.productID}
C、${params.productID}
D、${params.productID[1]}
E、${paramValues.productID}
F、${paramValues.productID[0]}