易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

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);

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 两种计算器:一种是();另一种是科学计算器。

  • SDMA的优势有哪些?

  • 各专业机房直流熔断器的额定电流值应怎样配置?

  • 为什么需要RMON?网络监视器能提供哪些管理信息?

  • 什么是移动数据业务?

联系客服 会员中心
TOP