HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agoWhy make it complicated?imagemessage-square105linkfedilinkarrow-up1338arrow-down133file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1305arrow-down1imageWhy make it complicated?HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agomessage-square105linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up3·20 hours agoI meant that it should probably be: String a = new String()
minus-squareBehindTheBarrier@programming.devlinkfedilinkarrow-up2·20 hours ago"".to_string() probably
=
?""
most likelyI meant that it should probably be:
String a = new String()
"".to_string()
probably