#Apex #Spring2024Release
What would be the value of nr if myVariable = null ?
Integer nr = myVariable ?? 100;
What would be the value of nr if myVariable = null ?
Integer nr = myVariable ?? 100;
Anonymous Quiz
41%
null
38%
100
2%
50
19%
false