HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-210 days agoWhy make it complicated?lemmy.mlexternal-linkmessage-square122fedilinkarrow-up1354arrow-down138file-text
arrow-up1316arrow-down1external-linkWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-210 days agomessage-square122fedilinkfile-text
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up3·9 days 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