未分类题

Youarecreatingaservletthatgeneratesstockmarketgraphs.Youwanttoprovidethewebbrowserwithpreciseinformationabouttheamountofdatabeingsentintheresponsestream.WhichtwoHttpServletResponsemethodswillyouusetoprovidethisinformation?()
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);

A.Youwanttoprovidethewebbrowserwithpreciseinformationabouttheamountofdatabeingsentintheresponsestream.WhichtwoHttpServletResponsemethodswillyouusetoprovidethisinformation?()
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);

【参考答案】

B, F
热门 试题