单选题在实现Web服务的.asmx文件中将方法暴露给浏览器的语句是()。A WebMethod()B Function()C Method()D Main()

题目
单选题
在实现Web服务的.asmx文件中将方法暴露给浏览器的语句是()。
A

WebMethod()

B

Function()

C

Method()

D

Main()


相似考题
更多“单选题在实现Web服务的.asmx文件中将方法暴露给浏览器的语句是()。A WebMethod()B Function()C Method()D Main()”相关问题
  • 第1题:

    下列对Internet说法不正确的有()。

    A 客户机上运行的是www浏览器

    B 服务器上运行的Web页面文件

    C 服务器上运行的Web服务程序

    D 客户机上运行的是Web页面文件


    D

  • 第2题:

    在实现Web服务的.asmx文件中将方法暴露给浏览器的语句是()。

    • A、WebMethod()
    • B、Function()
    • C、Method()
    • D、Main()

    正确答案:A

  • 第3题:

    web服务文件使用()后缀。

    • A、aspx
    • B、wsdl
    • C、cs
    • D、asmx

    正确答案:D

  • 第4题:

    在VS.NET中,实现Web服务的文件名后缀为.asmx。


    正确答案:正确

  • 第5题:

    A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()

    • A、 The method invoked by this function must be statie.
    • B、 The function class must implement the Function interface.
    • C、 The expression is NOT a valid EL expression for invoking a function.
    • D、 The function must be declared in a web.xml file using the  element.
    • E、 The function class must have a method with the signature:Void bloof (java.lang.Strings)

    正确答案:A

  • 第6题:

    单选题
    JSP在WEB服务器上运行结果()。
    A

    可以在WEB浏览器看到

    B

    只能在WEB浏览器看到

    C

    可能在WEB浏览器看到

    D

    不可能在WEB浏览器看到


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

  • 第7题:

    单选题
    A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()
    A

     The method invoked by this function must be statie.

    B

     The function class must implement the Function interface.

    C

     The expression is NOT a valid EL expression for invoking a function.

    D

     The function must be declared in a web.xml file using the  element.

    E

     The function class must have a method with the signature:Void bloof (java.lang.Strings)


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

  • 第8题:

    填空题
    在VS.NET中,实现Web服务的文件名后缀为()。

    正确答案: .asmx
    解析: 暂无解析

  • 第9题:

    单选题
    在Function过程体中退出Function过程的语句是()。
    A

    Exit Do

    B

    Exit For

    C

    Exit Sub

    D

    Exit Function


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

  • 第10题:

    填空题
    在浏览器中用来显示日历的Web服务器控件是()控件。

    正确答案: Calendar Web服务器
    解析: 暂无解析

  • 第11题:

    单选题
    ()是由Web服务器保存在用户浏览器上的小文本文件。
    A

    browser

    B

    form

    C

    cookie

    D

    servervariables


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

  • 第12题:

    多选题
    在B/S结构的web应用程序中包括()组件。
    A

    文件服务器

    B

    浏览器

    C

    web服务器

    D

    数据库服务器


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

  • 第13题:

    在B/S结构的web应用程序中包括()组件。

    • A、文件服务器
    • B、浏览器
    • C、web服务器
    • D、数据库服务器

    正确答案:B,C,D

  • 第14题:

    在.asmx文件中将方法暴露给浏览器的语句是()。


    正确答案:WebMethod()

  • 第15题:

    在WWW上,主要存放Web页面文件和Web服务程序的计算机被称为()

    • A、浏览器
    • B、工作站
    • C、Web站点
    • D、客户机

    正确答案:C

  • 第16题:

    文件打印服务是通过()来存取和管理文件以及打印服务。

    • A、Web浏览器
    • B、Web服务器
    • C、HTTP服务器
    • D、客户机

    正确答案:A

  • 第17题:

    Given an EL function declared with:11.  12.spin 13.com.example.Spinner 14. 15.java.lang.String spinIt() 16. 17. Which two are true?()

    • A、The function method must have the signature: public String spin().
    • B、The method must be mapped to the logical name "spin" in the web.xml file.
    • C、The function method must have the signature: public String spinIt().
    • D、The function method must have the signature public static String spin().
    • E、The function method must have the signature: public static String spinIt().
    • F、The function class must be named Spinner, and must be in the package com.example.

    正确答案:E,F

  • 第18题:

    判断题
    在VS.NET中,实现Web服务的文件名后缀为.asmx。
    A

    B


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

  • 第19题:

    单选题
    下列对Internet说法不正确的有()。
    A

     客户机上运行的是www浏览器

    B

     服务器上运行的Web页面文件

    C

     服务器上运行的Web服务程序

    D

     客户机上运行的是Web页面文件


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

  • 第20题:

    多选题
    Given an EL function declared with:11.  12.spin 13.com.example.Spinner 14. 15.java.lang.String spinIt() 16. 17. Which two are true?()
    A

    The function method must have the signature: public String spin().

    B

    The method must be mapped to the logical name spin in the web.xml file.

    C

    The function method must have the signature: public String spinIt().

    D

    The function method must have the signature public static String spin().

    E

    The function method must have the signature: public static String spinIt().

    F

    The function class must be named Spinner, and must be in the package com.example.


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

  • 第21题:

    填空题
    在.asmx文件中将方法暴露给浏览器的语句是()。

    正确答案: WebMethod()
    解析: 暂无解析

  • 第22题:

    多选题
    你在为一家公司做ASP.NET应用程序。客户将用这个应用程序在线提交索赔表格。你计划在多个服务器上部署应用程序,通过保存会话状态信息来优化性能。为了达到这个目的,下面哪两个方法可行?()
    A

    修改Web.config文件支持StateServer模式

    B

    修改Web.config文件支持SQLServer模式

    C

    修改Web.config文件支持InProc 模式

    D

    在Global.asax文件中的Session_Start程序中,设置WebMethod特性的EnableSession属性为true

    E

    在Global.asax文件中的Session_Start程序中,设置WebMethod特性的Description属性为sessionState


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

  • 第23题:

    单选题
    在ASP.NET中,关于WebService,下列说法正确的是()。
    A

    WebService中的方法都具有[WebMethod]特性

    B

    WinForms程序不能调用WebService

    C

    WebService的基本通讯协议SOAP是基于XML的

    D

    WebService技术组成要素中,UDDI通过XML文档来描述Web服务


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