Which two provide data binding between the HTTP request parameters and a server-side Java object?

Which two provide data binding between the HTTP request parameters and a server-side Java
object? (Choose two.)

Which two provide data binding between the HTTP request parameters and a server-side Java
object? (Choose two.)

A.
JavaServer Pages with the <jsp:setProperty> standard tag

B.
JavaServer Faces with expressions of the form ${bean.property}

C.
JavaServer Faces with expressions of the form #{bean.property}

D.
JavaServer Pages with expressions of the form #{bean.property}

E.
JavaServer Pages with expressions of the form ${bean.property}



Leave a Reply 0

Your email address will not be published. Required fields are marked *