HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-216 天前Why make it complicated?lemmy.mlimagemessage-square123fedilinkarrow-up1366arrow-down137file-text
arrow-up1329arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-216 天前message-square123fedilinkfile-text
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up3·16 天前I meant that it should probably be: String a = new String()
=
?""
most likelyI meant that it should probably be:
String a = new String()
"".to_string()
probably