GIAC
GSSP-NET · Question #450
GSSP-NET Question #450: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-NET to reveal the answer and full explanation for question #450. The question stem and answer options stay visible for context.
Question
You work as a Windows Application Developer for ABC Inc. The company uses Visual GIAC GSSP-.NET Exam Studio .NET 2008 as its application development platform. You create a Windows Forms application using .NET Framework 3.5. The application needs a thread that accepts an integer parameter. You write the following code segment in the application: Thread myThread = new Thread(new ParameterizedThreadStart(doWork)); myThread.Start(125); You are required to declare the signature of the doWork method. Which of the following method signatures will you use?
Options
- Apublic void doWork(int nCount)
- Bpublic void doWork(Object oCount)
- Cpublic void doWork()
- Dpublic void doWork(Delegate oCount)
Unlock GSSP-NET to see the answer
You've previewed enough free GSSP-NET questions. Unlock GSSP-NET for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.