PRO192_-_C1_-_RE_-_SU_2023_545.webp
Hoàng Long1

PRO192_-_C1_-_RE_-_SU_2023_545.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.

Exit 15

Thông tin

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

Image metadata

Filename
PRO192_-_C1_-_RE_-_SU_2023_545.webp
File size
52.4 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom