Q19.webp
ThanhTam81

Q19.webp

Kizspy | Question: 19
(Choose 1 answer)
FJOVERFLOW.COM
What is the output of the following code snippet?
public class Main{
static void m1(Integer i){
}
System.out.println(1);
static void m1(Double d){
System.out.println(2);
static void m1(Object o){
System.out.println(3);
public static void main(String[] args)
m1(12.5);
}
A. 2
B. 3
C. 1
D. 12.5

Thông tin

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

Share this media

Back
Bên trên Bottom