Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-07/wenxueying/2018073109371524649.png" /> Given the HTML form: 1. 2. 3. 4.Name: <input name="i1" type="text" /> 5.Price: <input name="i2" type="text" /> 6.<input type="submit" value="提交查询内容" /> 7. 8. 9. Assume the product attribute does NOT yet exist in any scope. Which code snippet, in submit.jsp,instantiates an instance of com.example.Product that contains the results of the form submission?()
A、A.
B.
C.
D.