@LiamTheBox to [email protected] • 1 month agoAnon tries programming in Javaimagemessage-square249arrow-up1879arrow-down135
arrow-up1844arrow-down1imageAnon tries programming in Java@LiamTheBox to [email protected] • 1 month agomessage-square249
minus-squareمهما طال الليلlinkfedilink-1•edit-21 month agoIt is pretty late for me. Sorry. And thank you for your patience. Repeating it three times helped. It will be interesting to find out if the resulting binary is the same or not and what’s possible once it matured.
minus-squareJackbyDevlinkfedilinkEnglish3•1 month agoYes, because it’s genuinely not a static method. It’s an instance method. Also the signature is different. It’s not some sort of mere syntactic trick that translates void main() to public static void main(String[] args).
It is pretty late for me. Sorry. And thank you for your patience. Repeating it three times helped.
It will be interesting to find out if the resulting binary is the same or not and what’s possible once it matured.
Yes, because it’s genuinely not a static method. It’s an instance method. Also the signature is different. It’s not some sort of mere syntactic trick that translates
void main()
topublic static void main(String[] args)
.