InterviewSolution
Saved Bookmarks
| 1. |
What is multithreading? |
|
Answer» MULTITHREADING is the ability of the OPERATING SYSTEM or the PROGRAM to handle the multiple user requests at a TIME for its resources. Here a user can be a human or another program. |
|