当前位置: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);

网页色彩组合中有主色、辅助色和强调色,需要强调部分的色彩面积越大越好。 建筑工程的建筑与结构部分最多可划分为()分部工程。 地基与基础。 主体结构。 门窗。 建筑装饰装修。 党员()以上的,设立党的基层委员会。 承包单位报送的分包单位资格报审表和分包单位有关资质资料,由()予以审查签认。 监理员。 专业监理工程师。 总监代表。 总监理工程师。 在ISAServer中,防火墙常见部署方案有:()防火墙、()防火墙和()防火墙等。

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?()

参考答案:

  参考解析

本题暂无解析

在线 客服