@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • edit-21 day agoWhy make it complicated?lemmy.mlimagemessage-square87fedilinkarrow-up1300arrow-down10file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1300arrow-down1imageWhy make it complicated?lemmy.ml@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • edit-21 day agomessage-square87fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareVictorlinkfedilink2•7 hours agoI 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