kirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish · 4 days agoJava at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.comexternal-linkmessage-square126linkfedilinkarrow-up1369arrow-down114cross-posted to: [email protected]
arrow-up1355arrow-down1external-linkJava at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.comkirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish · 4 days agomessage-square126linkfedilinkcross-posted to: [email protected]
minus-squarePushButton@lemmy.worldlinkfedilinkEnglisharrow-up9·3 days agoFor your information, since java 10, 2018, 7 years ago, it’s var thing = Thing like most languages. You should update your java knowledge.
minus-squareMniot@programming.devlinkfedilinkEnglisharrow-up3·2 days agoJust saw: they’re changing it back because you don’t appreciate it enough :(
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up8·3 days agoYou can do var thing = new Thing(); now.
Removed by mod
For your information, since java 10, 2018, 7 years ago, it’s
var thing = Thing
like most languages.You should update your java knowledge.
Removed by mod
Just saw: they’re changing it back because you don’t appreciate it enough :(
You can do
var thing = new Thing();
now.