PRO192_-_SU_2023_-_Block_5_-_2_754.webp
Minh Đức1

PRO192_-_SU_2023_-_Block_5_-_2_754.webp

(Choose 1 answer)
Given the following Java code:
class Up{
} public Up(String s) { System.out.print("B");}
public class Down extends Up{
public Down(String s) { System.out.print("D");}
public static void main(String[] args){new Down("C");
System.out.println(" ");
}
}
//--
What is the result?
A. BD
B. DB
C. BDC
D. DBC
Finish
Elt 44

Thông tin

Category
PRO192
Thêm bởi
Minh Đức1
Ngày thêm
Lượt xem
2,687
Lượt bình luận
21
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_SU_2023_-_Block_5_-_2_754.webp
File size
46 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom