試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(51-100)#84004
科目:OCE
68 Given an EL function declared with:
Which two are true? (Choose two)
(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().