A.DHCP
B.TCP/IP
C.NAT
D.SNMP
第1题:
ouhaveaWindowsServer2008computerthathasanIPaddressof172.16.45.9/21.TheserverisconfiguredtouseIPv6addressing.YouneedtotestIPv6communicationtoaserverthathasanIPaddressof172.16.40.18/21.Whatshouldyoudofromacommandprompt?()
A.Typeping172.16.45.9:::::.
B.Typeping::9.45.16.172.
C.TypepingfollowedbytheLink-localaddressoftheserver.
D.TypepingfollowedbytheSite-localaddressoftheserver.
第2题:
A.172.23.0.1
B.192.168.1.100
C.193.0.4.7
D.226.135.0.1
第3题:
类的方法通常声明为 ,类的实例变量通常声明为
A.internal,private
B.public,private
C.internal,public
D.public,internal
第4题:
简述 private、 protected、 public、 internal 修饰符的访问权限。
第5题:
对类和类的成员都不指定访问修饰符,则类的默认访问修饰符是(),类的成员的默认访问修饰符是()。
A.internal, private
B.private, private
C.protected, private
D.public, public
第6题:
在枚举声明中,允许使用的修饰符有:new、 public、 protected、 internal 、private