阿摩線上測驗 登入

試題詳解

試卷:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899 (101-132)#84682 | 科目:OCE

試卷資訊

試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899 (101-132)#84682

科目:OCE

112 View the exhibit.
5e991d792654b.jpg Assume the tag library in the exhibit is placed in a web application in the path /WEBINF/tld/example.tld.
1.
2. <ex:hello />
Which JSP code, inserted at line 1, completes the JSP code to invoke the hello tag?
(A) <%@ taglib prefix="ex" uri="/WEB-INF/tld" %>
(B) <%@ taglib uri="/WEB-INF/tld/example.tld" %>
(C) <%@ taglib prefix="ex"uri:="http://localhost:8080/tld/example.tld" % >
(D) <%@ taglib prefix="ex"uri:="http://example.com/tld/example" % >

正確答案:登入後查看