WebMethod()
Function()
Method()
Main()
第1题:
下列对Internet说法不正确的有()。
A 客户机上运行的是www浏览器
B 服务器上运行的Web页面文件
C 服务器上运行的Web服务程序
D 客户机上运行的是Web页面文件
第2题:
在实现Web服务的.asmx文件中将方法暴露给浏览器的语句是()。
第3题:
web服务文件使用()后缀。
第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?()
第6题:
可以在WEB浏览器看到
只能在WEB浏览器看到
可能在WEB浏览器看到
不可能在WEB浏览器看到
第7题:
The method invoked by this function must be statie.
The function class must implement the Function interface.
The expression is NOT a valid EL expression for invoking a function.
The function must be declared in a web.xml file using the
The function class must have a method with the signature:Void bloof (java.lang.Strings)
第8题:
第9题:
Exit Do
Exit For
Exit Sub
Exit Function
第10题:
第11题:
browser
form
cookie
servervariables
第12题:
文件服务器
浏览器
web服务器
数据库服务器
第13题:
在B/S结构的web应用程序中包括()组件。
第14题:
在.asmx文件中将方法暴露给浏览器的语句是()。
第15题:
在WWW上,主要存放Web页面文件和Web服务程序的计算机被称为()
第16题:
文件打印服务是通过()来存取和管理文件以及打印服务。
第17题:
Given an EL function declared with:11.
第18题:
对
错
第19题:
客户机上运行的是www浏览器
服务器上运行的Web页面文件
服务器上运行的Web服务程序
客户机上运行的是Web页面文件
第20题:
The function method must have the signature: public String spin().
The method must be mapped to the logical name spin in the web.xml file.
The function method must have the signature: public String spinIt().
The function method must have the signature public static String spin().
The function method must have the signature: public static String spinIt().
The function class must be named Spinner, and must be in the package com.example.
第21题:
第22题:
修改Web.config文件支持StateServer模式
修改Web.config文件支持SQLServer模式
修改Web.config文件支持InProc 模式
在Global.asax文件中的Session_Start程序中,设置WebMethod特性的EnableSession属性为true
在Global.asax文件中的Session_Start程序中,设置WebMethod特性的Description属性为sessionState
第23题:
WebService中的方法都具有[WebMethod]特性
WinForms程序不能调用WebService
WebService的基本通讯协议SOAP是基于XML的
WebService技术组成要素中,UDDI通过XML文档来描述Web服务