PRO192_-_C2_-_FE_-_SU_2023_398.webp
T

PRO192_-_C2_-_FE_-_SU_2023_398.webp

(Choose 1 answer)
What is the output when the program below is run?public class Test{public static void main(String[] args){String s1 = "xyz";String s2 = new String(s1);if (s1 == s2)System.out.println("Line 4");}
if (s1.equals(s2))System.out.println("Line 6");
}
What is the output?
A. Line 4
B. Line 6
C. Line 4
Line 6
D. No output, compile error
E. No output
Exit 28

Thông tin

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

Image metadata

Filename
PRO192_-_C2_-_FE_-_SU_2023_398.webp
File size
50.6 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom