多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

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?()

  • A、BitVector32 answers = new BitVector32(1);
  • B、BitVector32 answers = new BitVector32(-1);
  • C、BitArray answers = new BitArray (1);
  • D、BitArray answers = new BitArray(-1);
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题