PRO192_-_C2_-_RE_-_SU_2023_558.webp
N

PRO192_-_C2_-_RE_-_SU_2023_558.webp

Answer (Choose 1 answer)
What happens when you try to compile and run the following program?
public class Main {
public static void main(String argv[]){String s1 = "HEY";
String s2 = new String(new char[]{'H', 'E','Y'});
if(s1.equals(s2))
System.out.println("OK");
else
System.out.println("NOT OK");
System.out.println();
}
}
A. OK
B. NOT OK
C. OK NOT OK
D. The program has a compile error.

E35

Thông tin

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

Image metadata

Filename
PRO192_-_C2_-_RE_-_SU_2023_558.webp
File size
54.4 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom