• @silenium_dev@etaorion.org
    link
    fedilink
    111 months ago

    Fun fact: there’s a shorter way to throw a NullPointerException:

    throw null;
    

    Because throw throws a NPE if the parameter is null