which EL expression will return the second value for the SEQUENCE header?

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?

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?

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]

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *