Hellfire103@lemmy.ca to Programmer Humor@programming.devEnglish · 19 hours agoTIFU by not using objects in my object-oriented programming courseworklemmy.caexternal-linkmessage-square21fedilinkarrow-up177arrow-down14cross-posted to: programmerhumor@lemmy.ml
arrow-up173arrow-down1external-linkTIFU by not using objects in my object-oriented programming courseworklemmy.caHellfire103@lemmy.ca to Programmer Humor@programming.devEnglish · 19 hours agomessage-square21fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareschema@lemmy.worldlinkfedilinkarrow-up2·10 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).