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)- A10% (4)
- C3% (1)
- F83% (33)
- G5% (2)
Community Discussion
No community discussion yet for this question.