Gollum@feddit.de to Programmer Humor@programming.devEnglish · 3 年前Actually not funnyi.imgur.comimagemessage-square41linkfedilinkarrow-up1321arrow-down119cross-posted to: programmerhumor@lemmy.ml
arrow-up1302arrow-down1imageActually not funnyi.imgur.comGollum@feddit.de to Programmer Humor@programming.devEnglish · 3 年前message-square41linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarecoloredgrayscale@programming.devlinkfedilinkarrow-up2·3 年前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.
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.