An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games

  • @Linkerbaan
    link
    English
    336 months ago

    PUBLIC STATIC VOID MAIN STRING ARGS

      • Alex
        link
        fedilink
        English
        56 months ago

        PUBLIC STATIC VOID MAIN STRING ARGS

    • @[email protected]
      link
      fedilink
      English
      26 months ago

      It feels like some arcane spell when you first learn it, but once you are familiar with Java, each token in that declaration feels totally justified. Like yeah, the args are an array of strings. Yeah, the main function needs to be static and public. Yeah, it doesn’t return anything inside the JVM, so it’s void.

      • @Linkerbaan
        link
        English
        -26 months ago

        Java21 is gonna flip your whole world upside down

        • @[email protected]
          link
          fedilink
          English
          16 months ago

          Yeah my brain still thinks about Java in Java 8 because that was primarily what I worked on when I was a dev.