nerdexam
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)
  • A
    5% (3)
  • B
    78% (46)
  • C
    2% (1)
  • D
    2% (1)
  • F
    12% (7)
  • G
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice