kirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish · 3 months agoJava at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.comexternal-linkmessage-square97fedilinkarrow-up1365arrow-down115cross-posted to: [email protected]
arrow-up1350arrow-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 · 3 months agomessage-square97fedilinkcross-posted to: [email protected]
minus-squareliang@thelemmy.clublinkfedilinkEnglisharrow-up5arrow-down5·edit-23 months agoRemoved by mod
minus-squarePushButton@lemmy.worldlinkfedilinkEnglisharrow-up9·3 months 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-squareliang@thelemmy.clublinkfedilinkEnglisharrow-up4arrow-down4·edit-23 months agoRemoved by mod
minus-squareMniot@programming.devlinkfedilinkEnglisharrow-up3·3 months agoJust saw: they’re changing it back because you don’t appreciate it enough :(
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up8·3 months 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.