• maeries@feddit.de
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    I’m not a programmer, but why is Java so high up? Are that many devices still running it?

    • lobut@lemmy.ca
      link
      fedilink
      arrow-up
      20
      ·
      1 year ago

      It’s fairly ingrained in the programming world now. A lot of common problems are known and solved. A lot of devs can code in Java with little uptake. Java runs everywhere. The tools are pretty good.

      Desktop apps and servers run it. So like, processing things and all that run well with it.

      As mentioned before, Android uses it too. So there’s a lot going on.

    • Baldur Nil@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Just as an example, I worked as a contractor with the biggest bank in Latin America before and basically all their server code is Java (with new code in Kotlin nowadays).

    • unquietwiki@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      A lot of commercial apps are built with it. And if you’re not using Kotlin, you’re probably using Java for Android dev.

      • lysdexic@programming.devOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        And if you’re not using Kotlin, you’re probably using Java for Android dev.

        Java is the dominant platform for web services, and some FANGs even standardized their infrastructure around it.

        Also, Java is basically the default programming language in some degrees.

    • 0x0@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Do they still have the “billions of devices running java” banner when installing the jre? They could be including Android, as it mostly uses Java.