@[email protected] to [email protected] • 7 months agoAnon tries programming in Javalemmy.worldimagemessage-square242fedilinkarrow-up1890
arrow-up1890imageAnon tries programming in Javalemmy.world@[email protected] to [email protected] • 7 months agomessage-square242fedilink
minus-squareJackbyDevlinkfedilinkEnglish3•7 months 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).
deleted by creator
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)
.