LiamTheBox@lemmy.world to Greentext@sh.itjust.works · 2 days agoAnon tries programming in Javalemmy.worldimagemessage-square237fedilinkarrow-up1827arrow-down133
arrow-up1794arrow-down1imageAnon tries programming in Javalemmy.worldLiamTheBox@lemmy.world to Greentext@sh.itjust.works · 2 days agomessage-square237fedilink
minus-squareGinny [they/she]@lemmy.blahaj.zonelinkfedilinkarrow-up149arrow-down1·1 day agoI also think Java is shit, but if you manage to get a NullPointerException while writing a hello world program, maybe anon is just not cut out for computers?
minus-squarenavi@lemmy.tespia.orglinkfedilinkarrow-up80·1 day 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-up42·1 day agoThat is because they planed to add pointers and then gave up.
minus-squareRogueBanana@lemmy.ziplinkfedilinkEnglisharrow-up28·1 day agoI can’t tell if you are making a joke but I can believe it could happen if it’s Java
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up14·1 day agoI mean… they have them. And unsafe. You’re just not supposed to use them
minus-squarestarman@programming.devlinkfedilinkEnglisharrow-up16·1 day agoC# has NullReferenceException and it actually makes sense.
I also think Java is shit, but if you manage to get a NullPointerException while writing a hello world program, maybe anon is just not cut out for computers?
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.