Solved

Visual Basic Apps Can Have Multiple Threads of Execution,where Each

Question 1

Multiple Choice

Visual Basic 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

Correct Answer:

verifed

Verified

Related Questions