LiamTheBox@lemmy.world to Greentext@sh.itjust.works · 1 month agoAnon tries programming in Javalemmy.worldimagemessage-square215fedilinkarrow-up1839arrow-down128
arrow-up1811arrow-down1imageAnon tries programming in Javalemmy.worldLiamTheBox@lemmy.world to Greentext@sh.itjust.works · 1 month agomessage-square215fedilink
minus-squarenavi@lemmy.tespia.orglinkfedilinkarrow-up81·1 month agoI always loved that Java has a NullPointerException but doesn’t have the concept of pointers in the language (only references).
minus-squaredukatos@lemm.eelinkfedilinkEnglisharrow-up41·1 month agoThat is because they planed to add pointers and then gave up.
minus-squareRogueBanana@lemmy.ziplinkfedilinkEnglisharrow-up31·1 month agoI can’t tell if you are making a joke but I can believe it could happen if it’s Java
minus-squaremorrowindlinkfedilinkarrow-up18·1 month agoI mean… they have them. And unsafe. You’re just not supposed to use them
minus-squarestarman@programming.devlinkfedilinkEnglisharrow-up19·1 month agoC# has NullReferenceException and it actually makes sense.
I always loved that Java has a NullPointerException but doesn’t have the concept of pointers in the language (only references).
That is because they planed to add pointers and then gave up.
I can’t tell if you are making a joke but I can believe it could happen if it’s Java
I mean… they have them. And
unsafe
. You’re just not supposed to use themC# has
NullReferenceException
and it actually makes sense.