PRO192_-_SP_2025_-_FE_3648.webp
Y

PRO192_-_SP_2025_-_FE_3648.webp

  • Media owner Yuji99
  • Ngày thêm
Kizspy | Question: 19.
(Choose 1 answer)
pjeventow.cam
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);
A. int a
B. long a
C. long b
D. Runtime error
  • Like
Reactions: to nguyen vinh

Thông tin

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

Share this media

Back
Bên trên Bottom