HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agoWhy make it complicated?lemmy.mlimagemessage-square111linkfedilinkarrow-up1358arrow-down136file-textcross-posted to: [email protected]
arrow-up1322arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agomessage-square111linkfedilinkfile-textcross-posted to: [email protected]
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