PRO192_-_SU_2024_-_Block_5_-_FE_2618.webp
Quốc Hùng2

PRO192_-_SU_2024_-_Block_5_-_FE_2618.webp

Kizspy | Question: 15
(Choose 1 answer)
What is the output of the following code snippet?
public class Main {
public int a;public long b;
public void test(long b) {
} System.out.println("long b");
public void test(int a) {
System.out.println("int a");}
public static void main(String[] args) { Main e=new Main();
}
e.test(9*1000000000);
FUOVER
}
A. int a
B. long a
C. long b
D. Runtime error

Thông tin

Category
PRO192
Thêm bởi
Quốc Hùng2
Ngày thêm
Lượt xem
3,772
Lượt bình luận
19
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom