Visual C# apps can have multiple threads of execution, where each thread has its own ________ stack, allowing it to execute concurrently with other threads while sharing with them application-wide resources such as memory and processors. This capability is called multithreading.
a) method-call
b) attribute
c) memory
d) application
a) method-call
Computer Science & Information Technology