PRN221_-_SU_2023_-_Block_5_-_FE_731.webp
Iida95

PRN221_-_SU_2023_-_Block_5_-_FE_731.webp

  • Media owner Iida95
  • Ngày thêm
OD
(Choose 1 answer)
A. Results are unpredictable
B. AB
C. BA
D. An exception will be thrown
class Program {
static void Show(string message){
Console.Write(message);
}
async static Task Main(string[] args) {
Task[] arr = {
Task.Run(()=>Show("A")),
Task.Run(()=>Show("B"))
};await Task. WhenAll(arr);
Console.ReadLine();
}
}
Which one of the following is the output of the above code?

Exit 44

Thông tin

Category
PRN221
Thêm bởi
Iida95
Ngày thêm
Lượt xem
1,362
Lượt bình luận
8
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN221_-_SU_2023_-_Block_5_-_FE_731.webp
File size
51.9 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom