@kirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish • 6 days agoJava at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.comexternal-linkmessage-square126fedilinkarrow-up1377arrow-down115cross-posted to: programming@programming.dev
arrow-up1362arrow-down1external-linkJava at 30: How a language designed for a failed gadget became a global powerhousewww.zdnet.com@kirk781@discuss.tchncs.de to Technology@lemmy.worldEnglish • 6 days agomessage-square126fedilinkcross-posted to: programming@programming.dev
minus-square@PushButton@lemmy.worldlinkfedilinkEnglish9•5 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-square@Mniot@programming.devlinkfedilinkEnglish3•5 days agoJust saw: they’re changing it back because you don’t appreciate it enough :(
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.