Hellfire103@lemmy.ca to Programmer Humor@programming.devEnglish · 16 hours agoTIFU by not using objects in my object-oriented programming courseworklemmy.caimagemessage-square17fedilinkarrow-up167arrow-down14cross-posted to: [email protected][email protected]
arrow-up163arrow-down1imageTIFU by not using objects in my object-oriented programming courseworklemmy.caHellfire103@lemmy.ca to Programmer Humor@programming.devEnglish · 16 hours agomessage-square17fedilinkcross-posted to: [email protected][email protected]
minus-squareschema@lemmy.worldlinkfedilinkarrow-up1·7 hours agoIs the class declared static? I assume the “…ic class Answer07” at the top stands for “public class Answer07”. I don’t think java supports top level static classes (it does have nested static classes, though).
Is the class declared static? I assume the “…ic class Answer07” at the top stands for “public class Answer07”.
I don’t think java supports top level static classes (it does have nested static classes, though).