Given an EL function declared with:11. <function><br /> 12.<name>spin</name><br /> 13.<function-class>com.example.Spinner</function-class><br /> 14.<function-signature><br /> 15.java.lang.String spinIt()<br /> 16.</function-signature><br /> 17.</function><br /> Which two are true?()
A、The function method must have the signature: public String spin().
B、The method must be mapped to the logical name "spin" in the web.xml file.
C、The function method must have the signature: public String spinIt().
D、The function method must have the signature public static String spin().
E、The function method must have the signature: public static String spinIt().
F、The function class must be named Spinner, and must be in the package com.example.