Join Slack
Powered by
Do ``` String s = null; s.length(); ``` and ``` th...
# random
m
michaelrocks
04/29/2016, 1:59 PM
Do
Copy code
String s = null; s.length();
and
Copy code
throw new NullPointerException();
should generate the same bytecode?
Open in Slack
Previous
Next