Which statements are BEST describe Action?

Which statements are BEST describe <jsp:getProperty> 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.




Answer: C


Learn More :