• coloredgrayscale@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    In a way it’s still the same with more modern languages. Especially OOP, setting an object to Null is just setting the address pointer to to 0x00000000.

    Hence NullPointerException / NullReferenceException or similar, depending on the language.