PRO192_-_FA_2023_-_RE_1159.webp
Hoàng Nam

PRO192_-_FA_2023_-_RE_1159.webp

Answer (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
E. Compilation fails
Exit 1

Thông tin

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

Image metadata

Filename
PRO192_-_FA_2023_-_RE_1159.webp
File size
52.5 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom