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

题目

Which HTTP method represents a request for information about the supported methods on an HTTP server?()

  • A、 GET
  • B、 INFO
  • C、 HEAD
  • D、 TRACE
  • E、 OPTIONS

相似考题
参考答案和解析
正确答案:E
更多“Which HTTP method”相关问题
  • 第1题:

    Which HTTP method has the characteristic that multiple indential requests may produce side effect beyond those of a single request()?

    • A、 PUT
    • B、 GET
    • C、 INFO
    • D、 POST
    • E、 HEAD
    • F、 TRACE

    正确答案:D

  • 第2题:

    Which statements concerning the methods notify() and notifyAll() are true?  

    • A、Instances of class Thread have a method called notify().
    • B、A call to the method notify() will wake the thread that currently owns the monitor of the object.
    • C、The method notify() is synchronized.
    • D、The method notifyAll() is defined in class Thread.
    • E、When there is more than one thread waiting to obtain the monitor of an object, there is no way to be     sure which thread will be notified by the notify() method.

    正确答案:A,E

  • 第3题:

    用什么方法可以从一个HTTP会话中获得对象?()

    • A、getAttribute method of javax.servlet.Session
    • B、getAttribute method of javax.servlet.http.HttpSession
    • C、getAttribute method of javax.servlet.http.Session
    • D、getAttribute method of javax.servlet.HttpSession

    正确答案:B

  • 第4题:

    Which methods from the String and StringBuffer classes modify the object on which they are called?()  

    • A、The charAt() method of the String class.
    • B、The toUpperCase() method of the String class.
    • C、The replace() method of the String class.
    • D、The reverse() method of the StringBuffer class.
    • E、The length() method of the StringBuffer class.

    正确答案:D

  • 第5题:

    Which statement is true?()

    • A、A class’s finalize() method CANNOT be invoked explicitly.
    • B、super.finalize() is called implicitly by any overriding finalize() method.
    • C、The finalize() method for a given object is called no more than once by the garbage collector.
    • D、The order in which finalize() is called on two objects is based on the order in which the two objects became finalizable.

    正确答案:C

  • 第6题:

    单选题
    Http method中,能传送大数据量的是()
    A

    get

    B

    delete

    C

    pat

    D

    head

    E

    post


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

  • 第7题:

    多选题
    Which two CANNOT directly cause a thread to stop executing? ()
    A

    Calling the yield method.

    B

    Calling the wait method on an object.

    C

    Calling the notify method on an object.

    D

    Calling the notifyAll method on an object.

    E

    Calling the start method on another Thread object.


    正确答案: C,D
    解析: 暂无解析

  • 第8题:

    单选题
    Which statement is true?()
    A

    A class’s finalize() method CANNOT be invoked explicitly.

    B

    super.finalize() is called implicitly by any overriding finalize() method.

    C

    The finalize() method for a given object is called no more than once by the garbage collector.

    D

    The order in which finalize() is called on two objects is based on the order in which the two objects became finalizable.


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    Which methods from the String and StringBuffer classes modify the object on which they are called?()
    A

    The charAt() method of the String class.

    B

    The toUpperCase() method of the String class.

    C

    The replace() method of the String class.

    D

    The reverse() method of the StringBuffer class.

    E

    The length() method of the StringBuffer class.


    正确答案: A
    解析: 暂无解析

  • 第10题:

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

     GET

    B

     INFO

    C

     HEAD

    D

     TRACE

    E

     OPTIONS


    正确答案: A
    解析: 暂无解析

  • 第11题:

    多选题
    Which two classes or interfaces provide a getSession method?()
    A

    javax.servlet.http.HttpServletRequest

    B

    javax.servlet.http.HttpSessionContext

    C

    javax.servlet.http.HttpsServletResponse

    D

    javax.servlet.http.HttpSessionBindingEvent

    E

    javax.servlet.http.HttpSessionAttributeEvent


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

  • 第12题:

    单选题
    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
    解析: 暂无解析

  • 第13题:

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

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

    正确答案:E

  • 第14题:

    Upon a user’s first visit to the website, which two operations are always performed when the getSession method is called with no arguments in a servlet?()

    • A、 All URLs returned by the server are rewritten.
    • B、 An HttpSession object is created if necessary.
    • C、 The user name and password of the user are checked.
    • D、 The session ID is stored in the HTTP response as a cookie.

    正确答案:B,D

  • 第15题:

    Which the HTTP method represents a request for information about the supported methods on an HTTP server?()

    • A、 GET
    • B、 INFO
    • C、 HEAD
    • D、 TRACE
    • E、 OPTIONS

    正确答案:E

  • 第16题:

    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

  • 第17题:

    You have a login.ascx control and to display it in a view which method u would use()

    • A、http.display
    • B、http.partial
    • C、http.load
    • D、http.get

    正确答案:B

  • 第18题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第19题:

    单选题
    Which method of the ChildActionExtensions class calls a child action method and renders the result inline in the parent view?()
    A

    RenderPartial

    B

    Action

    C

    Render

    D

    RenderAction


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

  • 第20题:

    多选题
    Which of the following statements about variables and scope are true?()
    A

    Local variables defined inside a method are destroyed when the method is exited.

    B

    Local variables are also called automatic variables.

    C

    Variables defined outside a method are created when the object is constructed.

    D

    A method parameter variable continues to exist for as long as the object is needed in which the method is defined.


    正确答案: C,A
    解析: 本题是讨论变量的类型及作用域。

  • 第21题:

    单选题
    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


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    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
    解析: 暂无解析

  • 第23题:

    多选题
    Upon a user’s first visit to the website, which two operations are always performed when the getSession method is called with no arguments in a servlet?()
    A

    All URLs returned by the server are rewritten.

    B

    An HttpSession object is created if necessary.

    C

    The user name and password of the user are checked.

    D

    The session ID is stored in the HTTP response as a cookie.


    正确答案: C,D
    解析: 暂无解析

  • 第24题:

    多选题
    Which statements concerning the methods notify() and notifyAll() are true?
    A

    Instances of class Thread have a method called notify().

    B

    A call to the method notify() will wake the thread that currently owns the monitor of the object.

    C

    The method notify() is synchronized.

    D

    The method notifyAll() is defined in class Thread.

    E

    When there is more than one thread waiting to obtain the monitor of an object, there is no way to be     sure which thread will be notified by the notify() method.


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