Gollum@feddit.de to Programmer HumorEnglish · 2 years agoActually not funnyi.imgur.comimagemessage-square41linkfedilinkarrow-up1323arrow-down119cross-posted to: [email protected]
arrow-up1304arrow-down1imageActually not funnyi.imgur.comGollum@feddit.de to Programmer HumorEnglish · 2 years agomessage-square41linkfedilinkcross-posted to: [email protected]
minus-squarecoloredgrayscalelinkfedilinkarrow-up2·2 years agoIn 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.