Câu 64: GSSP-Java: GIAC Secure Software Programmer-Java
Mark works as a Programmer for InfoTech Inc. He develops the following program. class iftest2{public static void main(String args[]){int x=0, y=1;if //code//{System.out.println("true");}}}Which of the following if statements are illegal if they are placed at //code//?
Nội dung câu hỏi
Mark works as a Programmer for InfoTech Inc. He develops the following program. class iftest2{public static void main(String args[]){int x=0, y=1;if //code//{System.out.println("true");}}}Which of the following if statements are illegal if they are placed at //code//?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. (y == true) — đáp án hiện tại
- B. (1) — đáp án hiện tại
- C. (x == false) — đáp án hiện tại
- D. (x == 1)
- E. (x) — đáp án hiện tại
- F. (x != y)
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.