READ Free Dumps For Oracle- 1z0-899
Question ID 4681 | You are building your own layout mechanism by including dynamic content for the page’s header and footer sections. The footer is always static, but the header generates the <title> tag that requests the page name to be specified dynamically when the header is imported. |
Option A | A. <jsp:include page=‘/WEB-INF/jsp/header.jsp’> |
Option B | B. <jsp:import page=‘/WEB-INF/jsp/header.jsp’> |
Option C | C. <jsp:include page=‘/WEB-INF/jsp/header.jsp’> |
Option D | D. <jsp:import page=‘/WEB-INF/jsp/header.jsp’> |
Correct Answer | A |
Question ID 4682 | View the exhibit. |
Option A | A. <%@ taglib prefix=“ex” uri=“/WEB-INF/tld” %> |
Option B | B. <%@ taglib uri=“/WEB-INF/tld/example.tld” %> |
Option C | C. <%@ taglib prefix=“ex” |
Option D | D. <%@ taglib prefix=“ex” |
Correct Answer | D |