You are developing an application to assist the us...
单选题

You are developing an application to assist the user in conducting electronic surveys.The survey consists of 25 true-or-false questions.You need to perform the following tasks: Initialize each answer to true.Minimize the amount of memory used by each survey. Which storage option should you choose?()

发布日期:2020-04-10

A.BitVector32 answers = new BitVector32(1);

B.BitVector32 answers = new BitVector32(-1);

C.BitArray answers = new BitArray (1);

D.BitArray answers = new BitArray(-1);

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定