Threading Interview Questions and Answers
- What is Multi-tasking?
- What is Multi-threading?
- What is a Thread?
- Can you explain in brief how can we implement threading?
- what is Thread.Sleep () in threading?
- How do I debug thread?
- Can we use events with threading?
- What are wait handles?
- What is TPL ( Task parallel library )?
- Did VB6 support multi-threading?
- How can we change priority and what the levels of priority are provided by .NET?
- How can we make a thread sleep for infinite period?
- What is Thread.Join () in threading?
- How can we know a state of a thread?
- What is ManualResetEvent and AutoResetEvent?
- What is the difference between thread and process?
- Can we have multiple threads in one App domain?
- What does Address Of operator do in background?
- What is Suspend and Resume in Threading?
- What are Daemon threads and how can a thread be created as Daemon?
- What is use of Interlocked class ?
- What is Reader Writer Locks?
- Which namespace has threading?
- How can you reference current thread of the method?
- What the way to stop a long running thread?
- How is shared data managed in threading?
- What is a monitor object?
- How can you avoid deadlock in threading?
No comments:
Post a Comment
Note: only a member of this blog may post a comment.