Do ``` String s = null; s.length(); ``` and ``` th...
# random
m
Do
Copy code
String s = null;
s.length();
and
Copy code
throw new NullPointerException();
should generate the same bytecode?