HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-218 days agoWhy make it complicated?lemmy.mlimagemessage-square116linkfedilinkarrow-up1359arrow-down138file-text
arrow-up1321arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-218 days agomessage-square116linkfedilinkfile-text
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up2·17 days agoI meant that it should probably be: String a = new String()
String a: new String()
=
?""
most likely"".to_string()
probablyI meant that it should probably be:
String a = new String()