您正在开发一个协助用户进行电子调查的应用程序。调查由25个对错判断题组成。您需要执行下列任务:将每个答案预置为是。最大程度地减少每次调查使用的内存量。您应该选择哪个存储选项?()<br /> <img src="https://nimg.ppkao.com/2018-07/gelingxia/2018072617350351578.jpg?sign=a87b0f30a7d02f0979d9096808e50527&t=62d14f9b" />
A、A
B、B
C、C
D、D
A、A
B、B
C、C
D、D
A、BitVector32 answers = new BitVector32(1); B、BitVector32 answers = new BitVector32(-1); C、BitArray answers = new BitArray (1); D、BitArray answers = new BitArray(-1);
A、A.The AlternateView class should be used. B、B.The Attachment class should be used. C、C.The MailAddress class should be used. D、D.The LinkedResource class should be used.
A、应使用的流对象的附件类。 B、应使用字符串对象的附件类。 C、应使用图像对象附件类。 D、应使用XmlDocument对象的附件类。 E、应使用SqlDataReader对象的附件类。
A、A.使用MyQueue对象Enqueue方法。 B、B.使用MyQueue对象的Clear方法。 C、C.使用MyQueue对象的Dequeue方法。 D、D.使用TrimToSize方法的MyQueue对象
A、从GenericIdentity和GenericPrincipal的类继承。 B、请使用GenericIdentity和GenericPrincipal的对象。 C、实现身份和IPrincipal的接口。 D、请使用WindowsIdentity和WindowsPrincipal的对象。
A、The Stream object attachment class should be used. B、The String object attachment class should be used. C、The Image object attachment class should be used. D、The XmlDocument object attachment class should be used. E、The SqlDataReader object attachment class should be used.