Oracle
1Z0-899 · Question #20
A web application allows the HTML title banner to be set using a context initialization parameter called titlestr. Which two properly set the title in the scenario? (Choose two)
The correct answer is B. <title> $ {initparam.titlestr}</title> E. <title> $ {initParam [`titleStr'] } </title>. See the full explanation below for the reasoning.
Question
A web application allows the HTML title banner to be set using a context initialization parameter called titlestr. Which two properly set the title in the scenario? (Choose two)
Options
- A<title> $ {titlestr} </title>
- B<title> $ {initparam.titlestr}</title>
- C<title> $ {param [0]. titlestr} </title>
- D<title> $ {paramValues.titleStr} </title>
- E<title> $ {initParam [`titleStr'] } </title>
- F<title> $ {servletParams.titleStr} </title>
- G<title> $ {request.get ("titleStr") } </title>
How the community answered
(59 responses)- A5% (3)
- B78% (46)
- C2% (1)
- D2% (1)
- F12% (7)
- G2% (1)
Community Discussion
No community discussion yet for this question.