CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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?

Minh họa câu hỏi

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.

  1. A. myFooController m = new myFooController(); System.assert(m.prop !=null);
  2. B. myFooController m = new myFooController(); System.assert(m.prop ==0);
  3. C. myFooController m = new myFooController(); System.assert(m.prop ==null); — đáp án hiện tại
  4. 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.

Câu hỏi liền kề