LiamTheBox@lemmy.world to Greentext@sh.itjust.works · 1 day agoAnon tries programming in Javalemmy.worldimagemessage-square220fedilinkarrow-up1784arrow-down132
arrow-up1752arrow-down1imageAnon tries programming in Javalemmy.worldLiamTheBox@lemmy.world to Greentext@sh.itjust.works · 1 day agomessage-square220fedilink
minus-squareGinny [they/she]@lemmy.blahaj.zonelinkfedilinkarrow-up144arrow-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-up76·1 day agoI always loved that Java has a NullPointerException but doesn’t have the concept of pointers in the language (only references).
minus-squarestarman@programming.devlinkfedilinkEnglisharrow-up16·19 hours agoC# has NullReferenceException and it actually makes sense.
minus-squaredukatos@lemm.eelinkfedilinkEnglisharrow-up39·23 hours agoThat is because they planed to add pointers and then gave up.
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up14·19 hours agoI mean… they have them. And unsafe. You’re just not supposed to use them
minus-squareRogueBanana@lemmy.ziplinkfedilinkEnglisharrow-up25·22 hours agoI can’t tell if you are making a joke but I can believe it could happen if it’s Java
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).
C# has
NullReferenceException
and it actually makes sense.That is because they planed to add pointers and then gave up.
I mean… they have them. And
unsafe
. You’re just not supposed to use themI can’t tell if you are making a joke but I can believe it could happen if it’s Java