@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • edit-220 days agoWhy make it complicated?lemmy.mlimagemessage-square122arrow-up1372file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1372imageWhy make it complicated?lemmy.ml@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • edit-220 days agomessage-square122file-textcross-posted to: programmerhumor@lemmy.ml
minus-squareVictorlinkfedilink3•20 days 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