HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agoWhy make it complicated?imagemessage-square116linkfedilinkarrow-up1361arrow-down137file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1324arrow-down1imageWhy make it complicated?HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agomessage-square116linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up3·1 day agoI meant that it should probably be: String a = new String()
String a: new String()
=
?""
most likelyI meant that it should probably be:
String a = new String()
"".to_string()
probably