A session-scoped attribute, product, is stored by a servlet. That servlet then forwards to a JSP page. This attribute holds an instance of the com.Company.
Product class with a name property of “The Matrix” and price property of 39.95. Given the JSP page code snippet:
What is the response output of this JSP page code snippet? ()