HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 months agoWhy make it complicated?lemmy.mlimagemessage-square106linkfedilinkarrow-up11arrow-down10file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 months agomessage-square106linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareBehindTheBarrier@programming.devlinkfedilinkarrow-up0·2 months ago"".to_string() probably
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up0·2 months agoI meant that it should probably be: String a = new String()
=
?""
most likely"".to_string()
probablyI meant that it should probably be:
String a = new String()