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

You are creating a&ens


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

  • Apublic void DoWork();
  • Bpublic void DoWork(int nCounter);
  • Cpublic void DoWork(object oCounter);
  • Dpublic void DoWork(Delegate oCounter);
参考答案
参考解析:
分类:MCPD(70-505)题库
相关推荐

1、You are creating a&ens

You are creating a Windows Forms application for inventory management by using the .NET Framewo...

2、You are creating a&ens

You are creating a locally managed tablespace to meet the following requirements: All the exte...

3、You are creating a&ens

You are creating a Windows Forms application by using the .NET Framework 3.5. You have imp...

4、You are creating a&ens

You are creating a new security policy for an application domain. You write the following ...

5、You are creating a&ens

You are creating a SQL Server 2005 database for a mortgage company. The database will supp...

6、You are creating a&ens

You are creating a Windows Forms application by using the .NET Framework 3.5.You need to p...