jroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agoknow the features of your languagelemmy.worldimagemessage-square144fedilinkarrow-up1641arrow-down124
arrow-up1617arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agomessage-square144fedilink
minus-squarehstde@feddit.delinkfedilinkarrow-up13·11 months agoYes, it’s very useful when applied correctly. I’m always disappointed when I remember, that I can’t use such a feature, because I’m stuck using Java.
minus-squarejape@infosec.publinkfedilinkarrow-up1·11 months agoMaybe you’r using an older version of Java? Works fine for me.
minus-squarehstde@feddit.delinkfedilinkarrow-up1·edit-211 months agoNew versions of java have a null coalescing operator? I didn’t know that. Edit: a short search didn’t return any answers, as far as I can see java doesn’t have this operator, the closest thing is the ternary if operator.
Yes, it’s very useful when applied correctly.
I’m always disappointed when I remember, that I can’t use such a feature, because I’m stuck using Java.
Maybe you’r using an older version of Java? Works fine for me.
New versions of java have a null coalescing operator?
I didn’t know that.
Edit: a short search didn’t return any answers, as far as I can see java doesn’t have this operator, the closest thing is the ternary if operator.