作业帮 > 微软认证(MCSE) > 教育资讯

2013年微软认证练习及答案56

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/09 16:00:56 微软认证(MCSE)
2013年微软认证练习及答案56
2013年微软认证练习及答案56微软认证(MCSE)
【网络综合 - 微软认证(MCSE)试题】
无忧考网为大家收集整理了《2013年微软认证练习及答案56》供大家参考,希望对大家有所帮助!!!

1,解决方案doremotingcall包含3个项目myserver,myclient,common,场景如下:

myserver和myclient分别为两个c#控制台项目,common为c#类库项目,其中,common项目实现了类helloclass,输出文件为common.dll,myserver引用common.dll,并向远程处理框架注册类

A:RemotingConfiguration.RegisterActivatedClientType

B:RemotingConfiguration.RegisterActivatedServiceType

C:RemotingConfiguration.RegisterWellknownClientType

D:RemotingConfiguration.RegisterWellknownServiceType

答案:D

2,设计someclass时,若希望字段data只能被同一程序集的其他类访问,可以将该字段的访问修饰符设为().

A,private

B,internal

C,protected

D,public

答案:B

3,文件mylib.vb中有以下类的声明:

internal class couter

{

public class cinner

{

private static short mypublicshort =0

}

}

则该cinner类的方法dosomething对cinner.mypublicshort的访问权限为().

A,可访问

B,不可访问

答案:A

4,为了向需要客户基本验证的web服务器提供"用户名/密码"对,应设置WebRequest的()属性的值.

A,user和password

B,Header

C,ClientCertificates

D,Credentials

答案:D

5,为了向需要客户证书验证的web服务器提供有效客户证书,应设置WebRequest的()属性的值.

A,ClientCertificates

B,credentials

C,headers

D,user和password

答案:A微软认证(MCSE)