nerdexam
Oracle

1Z0-899 · Question #127

Which EL expression evaluates to the request URI?

The correct answer is F. ${pageContext.request.requestURI}. See the full explanation below for the reasoning.

Question

Which EL expression evaluates to the request URI?

Options

  • A${requestURI}
  • B${request.URI}
  • C${request.getURI}
  • D${request.requestURI}
  • E${requestScope.requestURI}
  • F${pageContext.request.requestURI}
  • G${requestScope.request.requestURI}

How the community answered

(40 responses)
  • A
    10% (4)
  • C
    3% (1)
  • F
    83% (33)
  • G
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice