You must log in or # to comment.
Fun fact: there’s a shorter way to throw a NullPointerException:
throw null;
Because
throw
throws a NPE if the parameter is null
Fun fact: there’s a shorter way to throw a NullPointerException:
throw null;
Because throw
throws a NPE if the parameter is null