Câu 116: Salesforce Certified Platform Developer I
A developer has the controller class below. Which code block will run successfully in an execute anonymous window?
Nội dung câu hỏi
A developer has the controller class below. Which code block will run successfully in an execute anonymous window?
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. myFooController m = new myFooController(); System.assert(m.prop !=null);
- B. myFooController m = new myFooController(); System.assert(m.prop ==0);
- C. myFooController m = new myFooController(); System.assert(m.prop ==null); — đáp án hiện tại
- D. myFooController m = new myFooController(); System.assert(m.prop ==1);
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.