Interview Question
Qus: What is Multithreading?
Multithreading in .NET is a process in which multiple threads work simultaneously. It is a process to achieve multitasking. It saves time because multiple tasks are being executed at a time.
Answers (1)