DEX-450 Web TestEngine demo

Exit VCEDump DEX-450 Programmatic Development using Apex and Visualforce in Lightning
Question 24 of 69
0% complete
Q24 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