Oracle
1Z0-899 · Question #134
Given a web application in which requests must have an HTTP header SEQUENCE that always contains two values, which EL expression will return the second value for the SEQUENCE header?
The correct answer is F. ${headerValues.SEQUENCE[1]}. See the full explanation below for the reasoning.
Question
Given a web application in which requests must have an HTTP header SEQUENCE that always contains two values, which EL expression will return the second value for the SEQUENCE header?
Options
- A${header[2].SEQUENCE}
- B${header.SEQUENCE[2]}
- C${headers.SEQUENCE}[1]
- D${headers.SEQUENCE[2]}
- E${headers[1].SEQUENCE}
- F${headerValues.SEQUENCE[1]}
- G${headerValues.SEQUENCE}[2]
How the community answered
(21 responses)- A10% (2)
- C10% (2)
- D5% (1)
- F76% (16)
Community Discussion
No community discussion yet for this question.