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 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

相似考题
更多“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”相关问题
  • 第1题:

    The Junos OS blocks an HTTP request due to the category of the URL.Which form of Web filtering is being used?()

    A. redirect Web filtering

    B. integrated Web filtering

    C. categorized Web filtering

    D. local Web filtering


    参考答案:B

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform.  You are creating an ASP.NET Web application using .NET Framework 4.0.  The application holds a Web page named MyHome.aspx.  You are creating a button with a rolloverimage on MyHome.aspx. However, when mouse hovered over the button image, the rolloverimage is retrieved from the server in a separate request. You need to use an improved rollover button in which the button„s rolloverimage is already downloaded and stored in the browser’s cache, as a result when you hover over the button, it is instantly displayed. What will you do to accomplish this?()

    • A、Use JavaScript Object Notation.
    • B、Use the RegisterClientScriptBlock method.
    • C、Use the RegisterClientScriptlnclude method.
    • D、Build a JavaScript function.
    • E、Use the RegisterClientScriptResource method.

    正确答案:B,D

  • 第5题:

    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

  • 第6题:

    The Junos OS blocks an HTTP request due to its inclusion on the url-blacklist.Which form of Web filtering on the branch SRX device is fully executed within the device itself?()

    • A、redirect Web filtering
    • B、integrated Web filtering
    • C、blacklist Web filtering
    • D、local Web filtering

    正确答案:D

  • 第7题:

    You create a Web Form that contains connected Web Parts. You write the following declaration in your Web Form. You need to ensure that your Web Part connection is valid. Which two actions should you perform? ()

    • A、Include a data source identified as "WebPartConnection1" on the Web Form.
    • B、Include a Web Part identified as "customerPart" on the Web Form.
    • C、Include a Web Part identified as "ordersPart" on the Web Form.
    • D、Ensure that you declare an interface named "IOrdersPart".
    • E、Ensure that you declare an interface named "ICustomerPart".
    • F、Ensure that each Web Part declares either a GetInterface or ProvideInterface method.

    正确答案:B,C

  • 第8题:

    You are creating a Windows Forms application by using the .NET Framework 3.5. You create a new form in your application.You add 100 controls at run time in the Load event handler of the form.  Users report that the form takes a long time to get displayed. You need to improve the performance of the form. What should you do?()

    • A、Call the InitLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
    • B、Call the InitLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.
    • C、Call the SuspendLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
    • D、Call the SuspendLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.

    正确答案:D

  • 第9题:

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


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

  • 第10题:

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


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

  • 第11题:

    HTTP协议常用的请求方法有()。

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

    正确答案:A,C,D

  • 第12题:

    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

  • 第13题:

    The Junos OS blocks an HTTP request due to the category of the URL.Which form of Web filtering is being used?()

    • A、redirect Web filtering
    • B、integrated Web filtering
    • C、categorized Web filtering
    • D、local Web filtering

    正确答案:B

  • 第14题:

    When designing a system to use WS-Federation, which browser Single Sign-On (SSO) method should be used?()

    • A、Browser GET
    • B、Browser POST
    • C、Browser Artifact
    • D、Browser Response

    正确答案:B

  • 第15题:

    The Junos OS blocks an HTTP request due to a Websense server response.Which form of Web filtering is being used?()

    • A、redirect Web filtering
    • B、integrated Web filtering
    • C、categorized Web filtering
    • D、local Web filtering

    正确答案:A

  • 第16题:

    You are creating a custom user control. The custom user control will be used on 10 Web Forms for an ASP.NET Web site that allows users to register and log on to a personalized experience. The custom user control uses two TextBox controls and two Button controls. You need to ensure that the controls are visible only when users are not logged on to the Web site. You also need to minimize the amount of effort in development and maintenance for the Web site. Which two actions should you perform? ()

    • A、Add the OnClick event handler for the Login button to the code used in the custom user control.
    • B、Add the OnClick event handler for the Login button to the code used in the Web Form where the control is added.
    • C、In the Page_Load method of the Web Form, add a code segment to set the visibility of the TextBox and Button controls where the control is added.
    • D、In the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.

    正确答案:A,D

  • 第17题:

    You are creating a Windows Forms application by using the .Net Framework 3.5 You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form. You need to display the help file for the control that is focused when the F1 key is pressed. Which method of the HelpProvider class should you call for each control?()

    • A、SetShowHelp
    • B、SetHelpString
    • C、SetHelpKeyword
    • D、SetHelpNavigator

    正确答案:A

  • 第18题:

    You are creating a Web application that will run on an intranet. The Web application reads comma-delimited text files. The text files reside in a subdirectory below the Web application's root directory. Users must not be able to navigate directly to these files in a Web browser unless they are members of the Accounting role. You need to write an ASP.NET HTTP handler that will use the FileAuthorizationModule class. Which form of authentication should you use?()

    • A、 Anonymous
    • B、 Certificate
    • C、 Forms
    • D、Microsoft Windows Integrated Security

    正确答案:D

  • 第19题:

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