网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Http method中,能传送大数据量的是()

  • A、get
  • B、delete
  • C、pat
  • D、head
  • E、post

参考答案

更多 “Http method中,能传送大数据量的是()A、getB、deleteC、patD、headE、post” 相关考题
考题 当SCCP用户使用无连接服务传送的数据大于一个消息信令单元所能传送的数据量时,SCCP可以决定用户数据分段,把原来的用户数据块分成较小的数据块,用多个()消息传送。 A、XUDTB、UDTC、UDTSD、XUDTS

考题 You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()A. Add the WebInvoke(UriTemplate=/Items/{id}, Method=DELETE) attribute to the operationB. Add the HttpDelete atribute to the operationC. Replace the string parameter with a RemovedActivityAction parameterD. Replace the return type with RemovedActivityAction.

考题 图像处理的一个显著特点是()。A、数据量极其小B、数据量十分大C、只要很小的存储容量D、根本不能压缩

考题 要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道ACTION属性中指定的位置。下列语句正确的是()。A、FORM  METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”button” VALUE=”提交”NAME=“b1”/FORM B、FORM  METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”reset” VALUE=”提交”NAME=“reset1”/FORM C、FORM  METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”submit” VALUE=”提交”NAME=“submit1”/FORMD、 FORM  METHOD=”POST” ACTION=http://www.xmission.com INPUT TYPE=”submit” VALUE=”提交”NAME=“b1”/FORM

考题 包pack1的类c_ass1中有成员方法:protected void method_1(){…},private void method_2(){…},public void method_3(){…}和 void method_4(){…},在包pack2中的类class2是class1的子类,它在class2中可以调用方法()。 A、method_1B、method_2C、method_3D、method_4

考题 在Java语言中,包pack1的类class1中有成员方法:  protected void  method_1(){„},  private void method_2() {„},  public void method_3() {„}  和  void method_4() {„},  在包pack2中的类class2不是class1的子类,你在class2中可以调用方法()。 A、method_1B、method_2C、method_3D、method_4

考题 Which two classes or interfaces provide a getSession method?()A、 javax.servlet.http.HttpServletRequestB、 javax.servlet.http.HttpSessionContextC、 javax.servlet.http.HttpsServletResponseD、 javax.servlet.http.HttpSessionBindingEventE、 javax.servlet.http.HttpSessionAttributeEvent

考题 Which HTTP method has the characteristic that multiple indential requests may produce side effect beyond those of a single request()?A、 PUTB、 GETC、 INFOD、 POSTE、 HEADF、 TRACE

考题 E-mail只能传送文本、图形和图像信息,不能传送音乐信息。

考题 管理阻断链路后,次链路上()。A、无任何消息传递B、只能传送信令网维护测试消息C、只能传送SCCP消息D、只能传送TUP消息

考题 在LSP环路检测中,基于HopCount的方法通讯数据量大,开销大,但发现环路的时间较小。

考题 用什么方法可以从一个HTTP会话中获得对象?()A、getAttribute method of javax.servlet.SessionB、getAttribute method of javax.servlet.http.HttpSessionC、getAttribute method of javax.servlet.http.SessionD、getAttribute methodof javax.servlet.HttpSession

考题 关于HTTP协议,下面哪个说法是正确的?()A、HTTP协议是有状态协议。B、以下是一个Http链接的response 的响应头: GET /xxx/xxx/js/lib/test.js HTTP/1.1 Host: 127.0.0.1 Connection: keep-alive Pragma: no-cache Cache-Control: no-cache Accept: */*C、RESTful 接口中,利用HTTP协议的method字段来描述要对资源操作的方式,比如GET表示获取资源,POST表示新增一个资源,PUT表示更新资源,DELETE 表示删除资源等等。D、一个HTTP请求返回的HTTP状态码中,304表示临时重定向。

考题 关于下列媒体数据量的说法中,错误的是()A、像素分辨率相同的RGB真彩色图像的数据量是8位灰度图像的3倍B、PAL制式电视每秒钟输出的图像数据量相当于25幅等大的静态图片数据量C、一幅256*256像素的8位灰度图像的图像数据量为64KBD、一幅256*256像素的24位RGB真彩色图像的文件大小

考题 Which the HTTP method represents a request for information about the supported methods on an HTTP server?()A、 GETB、 INFOC、 HEADD、 TRACEE、 OPTIONS

考题 You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()A、GETB、PUTC、POSTD、SENDE、FORM

考题 You have a login.ascx control and to display it in a view which method u would use()A、http.displayB、http.partialC、http.loadD、http.get

考题 下列域名中符合URL格式的是()。A、http//www.sohu.comB、http:www.sohu.comC、http:/www.sohu.comD、http://www.sohu.com

考题 单选题Http method中,能传送大数据量的是()A getB deleteC patD headE post

考题 单选题You need to implement an authentication method on SQL4. The TravelOnline database will be accessed through a Web services application. You need to make the authentication method as secure as possible.What should you do?()A Create an HTTP endpoint with NTLM authentication, and create a service principal name (SPN).B Create an HTTP endpoint with digest authentication, and create a service principal name (SPN).C Create an HTTP endpoint with integrated authentication, and create a service principal name (SPN).D Create an HTTP endpoint with Kerberos authentication.

考题 单选题You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()A Add the WebInvoke(UriTemplate=/Items/{id}, Method=DELETE) attribute to the operationB Add the HttpDelete atribute to the operationC Replace the string parameter with a RemovedActivityAction parameterD Replace the return type with RemovedActivityAction.

考题 单选题A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()A GETB ASKC SENDD HEADE TRACE

考题 单选题Which the HTTP method represents a request for information about the supported methods on an HTTP server?()A  GETB  INFOC  HEADD  TRACEE  OPTIONS

考题 单选题Your web page includes a Java SE v1.5 applet with the following declaration: 11. 13. 14. Which HTTP method is used to retrieve the applet code?()A GETB PUTC POSTD RETRIEVE

考题 多选题Which two classes or interfaces provide a getSession method?()Ajavax.servlet.http.HttpServletRequestBjavax.servlet.http.HttpSessionContextCjavax.servlet.http.HttpsServletResponseDjavax.servlet.http.HttpSessionBindingEventEjavax.servlet.http.HttpSessionAttributeEvent

考题 单选题You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()A GETB PUTC POSTD SENDE FORM

考题 单选题由于无法满足请求条件,因而无法生成响应实体的HTTP错误代码是()。A 405 method not allowedB 406 not acceptableC 408 request timeoutD 407 Proxy Authentication Required