@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • edit-218 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-218 days agomessage-square122file-textcross-posted to: programmerhumor@lemmy.ml
minus-squareVictorlinkfedilink3•17 days agoI meant that it should probably be: String a = new String()
String a: new String()
=
?""
most likelyI meant that it should probably be:
String a = new String()
"".to_string()
probably