在实现Web服务的.asmx文件中将方法暴露给浏览器的语句是()。
第1题:
在B/S结构的web应用程序中包括( )组件。
A.文件服务器
B.数据库服务器
C.web服务器
D.浏览器
第2题:
A.aspx
B.wsdl
C.cs
D.asmx
第3题:
下列对Internet说法不正确的有()。
A 客户机上运行的是www浏览器
B 服务器上运行的Web页面文件
C 服务器上运行的Web服务程序
D 客户机上运行的是Web页面文件
第4题:
在.asmx文件中将方法暴露给浏览器的语句是()。
第5题:
web服务文件使用()后缀。
第6题:
在VS.NET中,实现Web服务的文件名后缀为.asmx。
第7题:
JSP在WEB服务器上运行结果()。
第8题:
Given an EL function declared with:11.
第9题:
对
错
第10题:
客户机上运行的是www浏览器
服务器上运行的Web页面文件
服务器上运行的Web服务程序
客户机上运行的是Web页面文件
第11题:
第12题:
WebMethod()
Function()
Method()
Main()
第13题:
在WWW上,主要存放Web页面文件和Web服务程序的计算机被称为( )。
A.浏览器
D.工作站
C.Web站点
D.客户机
第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应用程序中包括()组件。
第16题:
WEB服务器可以将大量HTML文件及其他信息文件存储在自己的文件系统中,然后根据浏览器发出的请求,将相应的文件发送给浏览器。
第17题:
在WWW上,主要存放Web页面文件和Web服务程序的计算机被称为()
第18题:
文件打印服务是通过()来存取和管理文件以及打印服务。
第19题:
A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()
第20题:
可以在WEB浏览器看到
只能在WEB浏览器看到
可能在WEB浏览器看到
不可能在WEB浏览器看到
第21题:
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)
第22题:
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.
第23题:
修改Web.config文件支持StateServer模式
修改Web.config文件支持SQLServer模式
修改Web.config文件支持InProc 模式
在Global.asax文件中的Session_Start程序中,设置WebMethod特性的EnableSession属性为true
在Global.asax文件中的Session_Start程序中,设置WebMethod特性的Description属性为sessionState