Answer (Choose 1 answer)
For the following statements related to Thread:
Statement 1. Foreground threads can prevent the current application from terminating. The Core CLR will not shut down an application until all foreground threads have ended.Statement 2. Background threads are viewed by the Core CLR as expendable paths of execution that can be ignored at any point in time.
Choose the correct answer:
A. Statement 1 is True and 2 is False
B. Statement 1 is False and 2 is True
C. Statement 1 and 2 are False
D. Statement 1 and 2 are True
6/50-CAP
8