For this question assume the following method:
public int stringSize(String s) { return s.length(); }
What would happen if we called 'stringSize(null);'?
There are no hints for this question