nerdexam
GIAC

GSSP-NET · Question #182

GSSP-NET Question #182: Real Exam Question with Answer & Explanation

Sign in or unlock GSSP-NET to reveal the answer and full explanation for question #182. 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 Studio .NET 2008 as its application development platform. You create a Windows Forms application using .NET Framework 3.5. You need to execute a method named ProcAmount in the background of the application. The method requires that an integer value 101 is passed to it. You are required to pass an integer value 101 to start a background thread. Which of the following code segments should you use? Each correct answer represents a part of the solution. Choose two. GIAC GSSP-.NET Exam

Options

  • AParameterizedThreadStart tStart;
  • Bthd.Start(101);
  • CThreadStart tStart = new ThreadStart(ProcAmount);
  • Dthd.Start();

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.

Full GSSP-NET Practice