Which statements are BEST describe name attribute of <jsp:setProperty name=.... /> action?
a. The ID of the JavaBean for which a property (or properties) will be set.
b. The name of the property to set. Specifying "*" for this attribute causes the JSP to match the request parameters to the properties of the bean.
c. If request parameter names do not match bean property names, this attribute can be used to specify which request parameter should be used to obtain the value for a specific bean property.
d. The value to assign to a bean property. The value typically is the result of a JSP expression.
Answer: A
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.