A.HTTP Basic Authentication B.Form Based Authentication C.HTTP Digest Authentication D.HTTPS Client Authentication
A.NULL B.SECURE C.INTEGRAL D.ENCRYPTED E.CONFIDENTIAL
Click the Exhibit button. Given the JSP code: 1.<% 2.pageContext.setAttribute( "product", 3.new com.example.Product( "Pizza", 0.99 ) ); 4.%> 5.<%-- insert code here --%> Which two, inserted at line 5, output the name of the product in the response?()