欢迎来到PP题库网 PP题库官网
logo
全部科目 > Java认证考试 > SCWCD(310-083)

多项选择题

You are creating a servlet that generates stock market graphs. You want to provide the web browser withprecise information about the amount of data being sent in the response stream. 
Which twoHttpServletResponse methods will you use to provide this information?()

    A.response.setLength(numberOfBytes);
    B.response.setContentLength(numberOfBytes);
    C.response.setHeader("Length", numberOfBytes);
    D.response.setIntHeader("Length", numberOfBytes);
    E.response.setHeader("Content-Length", numberOfBytes);
    F.response.setIntHeader("Content-Length", numberOfBytes);

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题