可学答题网 > 问答 > MCPD(70-536)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are creating an&


You are creating an undo buffer that stores data modifications.You need to ensure that the undo functionality undoes the most recent data modifications first.You also need to ensure that the undo buffer permits the storage of strings only.Which code segment should you use?()

  • AStack<string> undoBuffer=new Stack<string>();
  • BStack undoBuffer=new Stack();
  • CQueue<string> undoBuffer=new Queue<string>();
  • DQueue undoBuffer=new Queue();
参考答案
参考解析:
分类:MCPD(70-536)题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、You are creating an&

You&#8194;are&#8194;creating&#8194;an&#8194;ASP.NET&#8194;Web&#8194;site.&#8194;The&#8194;site&#8194;contains&#8194;pages&#8194;that&#8194;are&#8194;available&#8194;...

3、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1

4、You have created an&

You&#8194;have&#8194;created&#8194;an&#8194;Oracle&#8194;10g&#8194;database&#8194;named&#8194;SALES,&#8194;which&#8194;will&#8194;be&#8194;used&#8194;by&#8194;an&#8...

5、“频段0”的CDMA2000-1X系统沿用了AMPS的信道编号,一个AMPS

“频段0”的CDMA2000-1X系统沿用了AMPS的信道编号,一个AMPS的信道编号对应的频谱宽度是多少?()A200KHzB30KHzC25KHzD150KHz

6、● 假设A、B为布尔变量,对于逻辑表达式( A && B )

● 假设A、B为布尔变量,对于逻辑表达式( A && B ),至少需要(63) 个测试用例才能完成MCDC覆盖。(63)A4B3C2D1