Oracle
1Z0-899 · Question #134
1Z0-899 Question #134: Real Exam Question with Answer & Explanation
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]
Community Discussion
No community discussion yet for this question.