当前位置:MCPD(70-505)题库

问题:

[单选]

You are creating a Windows Forms application by using the .NET Framework 3.5. The application requires a thread that accepts a single integer parameter.   
You write the following code segment (Line numbers are included for reference only.)
Thread myThread = new Thread(new ParameterizedThreadStart(DoWork)) ; 
myThread.Start(100);
You need to declare the method signature of the DoWork method.  
Which method signature should you use?()

A . public void DoWork();
B . public void DoWork(int nCounter);
C . public void DoWork(object oCounter);
D . public void DoWork(Delegate oCounter);

既要使放大电路具有稳定输出电流的作用,又要提高其输入电阻,应采用下列()种反馈方式。 电流串联负反馈。 电压并联负反馈。 电流并联负反馈。 并联负反馈。 叙述井下控制设备及下井之前的注意事项。 以下属于仓库设备类别的有()。 装卸搬运分拣设备。 保管养护设备。 加工机械设备。 计量检验设备。 消防设备。 如图所示挡水矩形平板AB,已知水深h=2 m,板的宽b=3m,求作用在矩形平板AB上的静水总压力的大小及作用点处的水深。 下列说法正确的有() 地网接地体埋设在农田等经常开挖施工的地面下时,应深埋2m以下。 地网接地体埋设在农田等经常开挖施工的地面下时,应深埋3m以下。 在适当位臵作明显的标识。 无需做标识。

You are creating a Windows Forms application by using the .NET Framework 3.5. The application requires a thread that accepts a single integer parameter.   
You write the following code segment (Line numbers are included for reference only.)
Thread myThread = new Thread(new ParameterizedThreadStart(DoWork)) ; 
myThread.Start(100);
You need to declare the method signature of the DoWork method.  
Which method signature should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服