You work as the application developer at Certkiller .com.
You need to modify the
code of an application. The application uses two threads
named thread A and
thread B. You want thread B to complete executing before
thread A starts
executing.
How will you accomplish the task?
Answer / gaaa
A. Define thread A to run at a lower priority.
B. Define thread B to run at a higher priority.
C. Implement the WaitCallback delegate to synchronize the
threads.
D. Call the Sleep method of thread A.
E. Call the SpinLock method of thread A.
Answer: C
Explanation:
Note: Some confusion why the answer is C. Using the
ThreadPool and WaitCallBack
will not synchronise the threads, they will run in the
background in parallel
| Is This Answer Correct ? | 8 Yes | 0 No |
You work as the application developer at Certkiller .com. You create a new class that uses unmanaged resources, but which still has references to managed resources on other objects. You want users of the new class to be able to explicitly release resources when the class instance is no longer required. What should you do next? Choose the three actions which you should perform. Each correct answer presents only part of the complete solution.
How many Serial & Parallel Port in single desktop Pc?
what are basic certification courses in computer?
Name some OU design considerations.
what is a wsus ? configuration steps
What is Exchange Server?
How can I override blocking of inheritance?
1 byte is equal?
You work as the application developer at Certkiller .com. You must identify which specific type meets this criteria: ? Is always a number.? Is not greater than 65,535. Select the type you should use to meet the criteria
Which is best insistute to learn IIS 6.0 and 7.0
What is software deployment? how we do software deployment?
What tool would I use to try to grab security related packets from the wire?