Given a header in an HTTP request:X-Retries:4 Which two retrieve the value of the header from a given HttpServletRequest request?()

A . Request.getHeader("X-Retries") B . Request.getIntHeader("X-Retries") C . Request.getRequestHeader("X-Retries") D . Request.getHeaders("X-Retries").get(0) E . Request.getRequestHeaders("X-Retries").get(0)

时间:2022-08-31 12:59:48 所属题库:SCWCD(310-083)题库

相似题目