CRT-450 Web TestEngine demo

Exit VCEDump CRT-450 Salesforce Certified Platform Developer I (CRT-450)
Question 29 of 95
0% complete
Q29 Single choice

A developer has the following code:try {List nameList;Account a;String s = a.Name;nameList.add(s);} catch
(ListException le ) {System.debug(' List Exception ');} catch (NullPointerException npe) {System.debug
('NullPointer Exception ');}
catch (Exception e) {System.debug(' Generic Exception ');}

What message will be logged?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in