Question 10 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question 10 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question

Given the code fragment from a Facelet page:

<ui:composition xmlns="http://www.w3.org/1999/xhtm!"

xanlnsch="http:/ /xmlns jep.org//jsf/html"
xmins:pt="http:/ /xmlns jep.org/jsf/ passthrough"
xmnins:f="http:/ /xmlnsjep.org/jsf/core"
xanlnsijsi="http:/ /xmlns,jep.org/jst"
xmnins:ui="http:/ /java.sun.com/jsf/facelets">
<h:form id="searchForm'>

<!- Line 1—>

<h:commandButton value="Search”

action="#{searchMB.search}"/>

</h:form>
</uiscomposition>

On Line 1, you ae asked to insert a search box that displays the text "Search Here" via a placeholder.

Assume searchMB is a valid Managed Bean.

Which two options enable you to create a search box with a placeholder attribute on Line 1? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. A. D. E. F. G. H. . .

CE.