A region of code that access the shared resource shared file or global data is known as
Answers
Answered by
1
A region of code that access the shared resource shared file or global data is known as THREAD.
A single process can have multiple threads which share the process and its resources amongst themselves.
These resources can be global variables which are accessible throughout the code.
These can also be heaps and stacks.
Answered by
0
Hi,
Here is your answer,
A region of code that access the shared resource shared file or global data is known as Thread.
Hope it helps you !
Similar questions
Math,
8 months ago
Computer Science,
8 months ago