Q4 Single choice Mark for later How can you display the results of a SQL (JDBC) result set in a datadropdownlist? A specify the query in the JSP in the query attribute of the datadropdownlist tag B specify the query in the behavior class with the setQuery method of the DataDropDownList control C specify the query in the behavior class with the setResultSet method of the DataDropDownList control D specify the query in the JSP in the value attribute of the datadropdownlist tag Correct answer