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 DEX-450 Dumps Valid Version with 456 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments