(Choose 1 answer)
Which statements are BEST describe <jsp:setProperty> Action?
A. Specifies the relative URI path of the resource to include. The resource must be part of the same Web application.
B. Dynamically includes another resource in a JSP. As the JSP executes, the referenced resource is included and processed.
C. Sets a property in the specified JavaBean instance. A special feature of this action is automatic matching of request parameters to bean properties of the same name.
D. Gets a property in the specified JavaBean instance and converts the result to a string for output in the response.