参考答案和解析
正确答案:A,C,D
更多“HTTP协议常用的请求方法有()。A、GETB、PUTC、POSTD、HEADE、LINK”相关问题
  • 第1题:

    AwebbrowserneedNOTalwaysperformacompleterequestforaparticularpagethatitsuspectsmightNOThavechanged.TheHTTPspecificationprovidesamechanismforthebrowsertoretrieveonlyapartialresponsefromthewebserver;thisresponseincludesinformation,suchastheLast-ModifieddatebutNOTthebodyofthepage.WhichHTTPmethodwillthebrowserusetoretrievesuchapartialresponse?()

    A.GET

    B.ASK

    C.SEND

    D.HEAD

    E.TRACE


    参考答案:D

  • 第2题:

    YourwebpageincludesaJavaSEv1.5appletwiththefollowingdeclaration:11.<objectclassid=’clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA’12.width=’200’height=’200’>13.<paramname=’code’value=’Applet.class’/>14.</object>WhichHTTPmethodisusedtoretrievetheappletcode?()

    A.GET

    B.PUT

    C.POST

    D.RETRIEVE


    参考答案:A

  • 第3题:

    IdentifyfourvalidrequestsinaRESTfulserviceusingJAX-RS.()

    A.GET

    B.PUT

    C.UPDATE

    D.DELETE

    E.POST

    F.REMOVE


    参考答案:A, B, D, E

  • 第4题:

    以下不属于HTTP请求方法的是( )。

    A.GET

    B.SET

    C.PUT

    D.POST


    正确答案:B

  • 第5题:

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

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

    正确答案:A

  • 第6题:

    HTTP哪个请求方式,请求参数会出现在网址列上()。

    • A、GET
    • B、POST

    正确答案:A

  • 第7题:

    Http缺省的请求方法是()

    • A、PUT
    • B、GET
    • C、POST
    • D、TRACE

    正确答案:B

  • 第8题:

    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

  • 第9题:

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

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

    正确答案:E

  • 第10题:

    HTTP请求方法()的作用是向服务器请求某个特定的资源。

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

    正确答案:B

  • 第11题:

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

    • A、get
    • B、post
    • C、put
    • D、options

    正确答案:B

  • 第12题:

    多选题
    HTTP协议常用的请求方法有()。
    A

    GET

    B

    PUT

    C

    POST

    D

    HEAD

    E

    LINK


    正确答案: B,E
    解析: 暂无解析

  • 第13题:

    WhichtwoHTTPmethodsareusedtoprocessfromdatainaservlet?()

    A.do GET

    B.do Put

    C.do Post

    D.do Trace

    E.do Submit

    F.do Process


    参考答案:A, C

  • 第14题:

    YouarecreatingawebformwiththisHTML:11.<formaction="sendOrder.jsp">12.<inputtype="text"name="creditCard">13.<inputtype="text"name="expirationDate">14.<inputtype="submit">15.</form>WhichHTTPmethodisusedwhensendingthisrequestfromthebrowser?()

    A.GET

    B.PUT

    C.POST

    D.SEND

    E.FORM


    参考答案:A

  • 第15题:

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

    A.get

    B.post

    C.put

    D.options


    正确答案:B

  • 第16题:

    当通过显示代理模式发送一个HTTPS请求时,第一次发送的指令是什么()?

    • A、GET
    • B、PUT
    • C、CONNECT
    • D、POST

    正确答案:C

  • 第17题:

    WAP代理中的HTTP服务器支持以下HTTP定义的方法[RFC2616]:()

    • A、GET
    • B、HEAD
    • C、POST
    • D、OPTIONS
    • E、CONNECT

    正确答案:A,B,C,E

  • 第18题:

    以下不属于HTTP请求方法的是()。

    • A、GET
    • B、SET
    • C、PUT
    • D、POST

    正确答案:B

  • 第19题:

    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

  • 第20题:

    关于HTTP协议说法正确的有哪些()

    • A、http协议是明文传输的
    • B、http协议是可靠的有状态的协议
    • C、http协议主要有请求和响应两种类型
    • D、http协议,在web应用中,可以有get、post、delete等多种请求方法,但是最常用是get和post

    正确答案:A,C,D

  • 第21题:

    HTTP请求方法()的作用是向服务器请求某个资源,但仅要求服务器返回响应消息的头部,不需要返回响应消息的主体。

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

    正确答案:D

  • 第22题:

    使用HttpClient的Get方式请求数据时,可以()类来构建Http请求。

    • A、Get
    • B、URLConnection
    • C、HttpGet
    • D、HttpPost

    正确答案:C

  • 第23题:

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

    正确答案:A