HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agoWhy make it complicated?lemmy.mlimagemessage-square107linkfedilinkarrow-up1337file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1337imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agomessage-square107linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up3·1 day 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