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

题目

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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which statement is correct about HTTP trickling?()

A. It prevents the HTTP client or server from timing-out during an antivirus update

B. It prevents the HTTP client or server from timing-out during antivirus scanning.

C. It is an attack.

D. It is used to bypass antivirus scanners.


参考答案:B

第2题:

The Hypertext Transfer Protocol , the Web's (请作答此空) protocol , is at the heart of the Web. HTTP is implemented in two programs : a ( ) program and a server program . The client program and server program executing on different end systems , talk to each other by ( ) HTTP messages . HTTP defines how Web clients request Web pages from servers and how servers transfer web pages to clients . when a user ( ) a web page , the browser sends http request messages for the objects in the page to the server . The server ( ) the requests and responds with http response messages that contain the objects .

A.transport-layer
B.application-layer
C.network-layer
D.link-layer

答案:B
解析:
Web的应用层协议是超文本传输协议,是web核心。HTTP在两类程序(客户端程序、服务器端程序)中执行。客户端程序、服务器端程序在不同的终端系统中执行,通过交换HTTP消息来进行交互。HTTP定义了Web客户端如何从服务器端请求Web页面以及服务器端如何传送Web页面到服务器。当用户请求一个web页面,浏览器发送页面对象的http请求给服务器。服务器接收请求并用包含对象的http消息进行响应。

第3题:

WhichHTTPmethodrepresentsarequestforinformationaboutthesupportedmethodsonanHTTPserver?()

A.GET

B.INFO

C.HEAD

D.TRACE

E.OPTIONS


参考答案:E

第4题:

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、GET
  • B、PUT
  • C、POST
  • D、RETRIEVE

正确答案:A

第5题:

HTTP1.1可缓存的请求方法有哪些()

  • A、GET
  • B、OPTION
  • C、HEAD
  • D、POST

正确答案:A

第6题:

The Hypertext Transfer Protocol , the Web's ( ) protocol , is at the heart of the Web. HTTP is implemented in two programs : a ( ) program and a server program . The client program and server program executing on different end systems , talk to each other by (请作答此空) HTTP messages . HTTP defines how Web clients request Web pages from servers and how servers transfer web pages to clients . when a user ( ) a web page , the browser sends http request messages for the objects in the page to the server . The server ( ) the requests and responds with http response messages that contain the objects .

A.exchanging
B.changing
C.declining
D.removing

答案:A
解析:
Web的应用层协议是超文本传输协议,是web核心。HTTP在两类程序(客户端程序、服务器端程序)中执行。客户端程序、服务器端程序在不同的终端系统中执行,通过交换HTTP消息来进行交互。HTTP定义了Web客户端如何从服务器端请求Web页面以及服务器端如何传送Web页面到服务器。当用户请求一个web页面,浏览器发送页面对象的http请求给服务器。服务器接收请求并用包含对象的http消息进行响应。

第7题:

The Hypertext Transfer Protocol,the Web's(请作答此空)protocol,is at the heart of the Web.HTTP is implemented in two programs:a( )program and a server program.The client program and server program executing on different end systems,talk to each other by( )HTTP messages.HTTP defines how Web clients request Web pages from servers and how servers transfer web pages to clients.when a user( )a web page,the browser sends http request messages for the objects in the page to the server.The server( )the requests and responds with http response messages that contain the objects.

A.transport-layer
B.application-layer
C.network-layer
D.link-layer

答案:B
解析:
Web的应用层协议是超文本传输协议,是web核心。HTTP在两类程序(客户端程序、服务器端程序)中执行。客户端程序、服务器端程序在不同的终端系统中执行,通过交换HTTP消息来进行交互。HTTP定义了Web客户端如何从服务器端请求Web页面以及服务器端如何传送Web页面到服务器。当用户请求一个web页面,浏览器发送页面对象的http请求给服务器。服务器接收请求并用包含对象的http消息进行响应。

第8题:

在HTTP协议中,用于发送大量数据的方法是()

A.get

B.post

C.put

D.options


正确答案:B

第9题:

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、GET
  • B、ASK
  • C、SEND
  • D、HEAD
  • E、TRACE

正确答案:D

第10题:

Which two HTTP methods are used to process from data in a servlet? ()

  • A、 do GET
  • B、 do Put
  • C、 do Post
  • D、 do Trace
  • E、 do Submit
  • F、 do Process

正确答案:A,C

更多相关问题