Which code block will run successfully in an execute anonymous window?

A developer has the controller class below.

Which code block will run successfully in an execute anonymous window?
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);
D . myFooController m = new myFooController();System.assert(m.prop ==1);

Answer: C

Latest CRT-450 Dumps Valid Version with 372 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments