PRO192_-_SP_2024_-_RE_1741.webp
Izumi991

PRO192_-_SP_2024_-_RE_1741.webp

  • Media owner Izumi991
  • Ngày thêm
(Choose 1 answer)
What is the output of the following program?
import java.io.IOException;
public class Main {
public static void main(String[] args) {
int k = 5;try {
if(k>4) throw new IOException();
} catch(IOException e) {
System.out.print("one ");
}
}
}
catch(Exception e) { System.out.print("two ");
}
finally {
System.out.print("three");
} System.out.println();
A. one
B. one two
C. one three
D. one two three


Q: 13

Thông tin

Category
PRO192
Thêm bởi
Izumi991
Ngày thêm
Lượt xem
4,222
Lượt bình luận
17
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_SP_2024_-_RE_1741.webp
File size
194.7 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom