网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Youaredevelopinganapplicationtoassisttheuserinconductingelectronicsurveys.Thesurveyconsistsof25true-or-falsequestions.Youneedtoperformthefollowingtasks:Initializeeachanswertotrue.Minimizetheamountofmemoryusedbyeachsurvey.Whichstorageoptionshouldyouchoose?()
A.BitVector32answers=newBitVector32(1);
B.BitVector32answers=newBitVector32(-1);
C.BitArrayanswers=newBitArray(1);
D.BitArrayanswers=newBitArray(-1);
参考答案
更多 “ Youaredevelopinganapplicationtoassisttheuserinconductingelectronicsurveys.Thesurveyconsistsof25true-or-falsequestions.Youneedtoperformthefollowingtasks:Initializeeachanswertotrue.Minimizetheamountofmemoryusedbyeachsurvey.Whichstorageoptionshouldyouchoose?()A.BitVector32answers=newBitVector32(1);B.BitVector32answers=newBitVector32(-1);C.BitArrayanswers=newBitArray(1);D.BitArrayanswers=newBitArray(-1); ” 相关考题
热门标签
最新试卷