nerdexam
Oracle

1Z0-899 · Question #130

You have created a web application that you license to real estate brokers. The webapp is highly customizable including the email address of the broker, which is placed on the footer of each page…

The correct answer is C. <a href='mailto:${initParam.footerEmail}'>Contact me</a>. See the full explanation below for the reasoning.

Question

You have created a web application that you license to real estate brokers. The webapp is highly customizable including the email address of the broker, which is placed on the footer of each page. This is configured as a context parameter in the deployment descriptor: Which EL code snippet will insert this context parameter into the footer?

Exhibit

1Z0-899 question #130 exhibit

Options

  • A<a href='mailto:${footerEmail}'>Contact me</a>
  • B<a href='mailto:${initParam@footerEmail}'>Contact me</a>
  • C<a href='mailto:${initParam.footerEmail}'>Contact me</a>
  • D<a href='mailto:${contextParam@footerEmail}'>Contact me</a>
  • E<a href='mailto:${contextParam.footerEmail}'>Contact me</a>

How the community answered

(41 responses)
  • A
    12% (5)
  • B
    2% (1)
  • C
    78% (32)
  • D
    2% (1)
  • E
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice