PRN292c_-_FA_2023_-_2_1241.webp
M

PRN292c_-_FA_2023_-_2_1241.webp

Answer (Choose 1 answer)
What is the output of the following code?
static void Main(string[] args)
{
try
{
Console.WriteLine("Line 1");
throw new Exception();Console.WriteLine("Line 2");
}
catch (Exception e)
{
Console.WriteLine("Line 3");}
finally
{
Console.WriteLine("Line 4");
} Console.ReadLine();
}
A. Line 1
Line 3
Line 4
B. Line 1
Line 3
C. Line 1
Line 2
Line 3
Line 4
D. This code will not be compiled.


Elt

Thông tin

Category
PRN292c
Thêm bởi
Minh Nhật1
Ngày thêm
Lượt xem
71
Lượt bình luận
1
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN292c_-_FA_2023_-_2_1241.webp
File size
69.5 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom