PRO192_-_S6_-_FA_2023_-_FE_1038.webp
V

PRO192_-_S6_-_FA_2023_-_FE_1038.webp

Answer (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();
C. one
} catch(IOException e) {
D. one three
System.out.print("one ");
}
catch(Exception e) {
}
System.out.print("two ");
finally {
System.out.print("three");
System.out.println();
A. one two three
B. one two


Exit 39

Thông tin

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

Image metadata

Filename
PRO192_-_S6_-_FA_2023_-_FE_1038.webp
File size
52.4 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom