Q10.webp
ThanhTam81

Q10.webp

Kizspy | Question: 10
(Choose 1 answer)
What will be the output of the following code?
public class Test1 {
int x;
x = 5;
public static void main(String[] args) {
Test1 t = new Test1();
System.out.println(t.x);
A. complie error
B. runtime error
C. 5
D. O

Thông tin

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

Share this media

Back
Bên trên Bottom