在实现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题:

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

    A.文件服务器

    B.数据库服务器

    C.web服务器

    D.浏览器


    正确答案:BCD

  • 第2题:

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

    A.aspx

    B.wsdl

    C.cs

    D.asmx


    参考答案:D

  • 第3题:

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

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

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

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

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


    D

  • 第4题:

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


    正确答案:WebMethod()

  • 第5题:

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

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

    正确答案:D

  • 第6题:

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


    正确答案:正确

  • 第7题:

    JSP在WEB服务器上运行结果()。

    • A、可以在WEB浏览器看到
    • B、只能在WEB浏览器看到
    • C、可能在WEB浏览器看到
    • D、不可能在WEB浏览器看到

    正确答案:A

  • 第8题:

    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

  • 第9题:

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

    B


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

  • 第10题:

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

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

    B

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

    C

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

    D

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


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

  • 第11题:

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

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

  • 第12题:

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

    WebMethod()

    B

    Function()

    C

    Method()

    D

    Main()


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

  • 第13题:

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

    A.浏览器

    D.工作站

    C.Web站点

    D.客户机


    正确答案:C

  • 第14题:

    设有程序如下: abstract class absclass { abstract void method1(); } class conclass extends absclass { public void method1() { System.out.println("子类");} } public class mainclass { public static void main(String args[]) { absclass ac1=new absclass(); //语句1 absclass ac2=new conclass(); //语句2 ac2.method1(); //语句3 } } 则main()方法中的第一条语句(即语句1)可以顺利通过编译。()

    此题为判断题(对,错)。


    答案:错

  • 第15题:

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

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

    正确答案:B,C,D

  • 第16题:

    WEB服务器可以将大量HTML文件及其他信息文件存储在自己的文件系统中,然后根据浏览器发出的请求,将相应的文件发送给浏览器。


    正确答案:正确

  • 第17题:

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

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

    正确答案:C

  • 第18题:

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

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

    正确答案:A

  • 第19题:

    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

  • 第20题:

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

    可以在WEB浏览器看到

    B

    只能在WEB浏览器看到

    C

    可能在WEB浏览器看到

    D

    不可能在WEB浏览器看到


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

  • 第21题:

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

  • 第22题:

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

  • 第23题:

    多选题
    你在为一家公司做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
    解析: 暂无解析