Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Java Programming Stats IT

The World's Largest Concentrations of Java Programmers are in Asia and Germany (jetbrains.com) 34

"To celebrate Java's 25th anniversary this year and the latest release of Java 15, JetBrains has compiled data from multiple sources to look at what the current state of the language," reports SD Times: The largest concentration of Java developers is in Asia, where 2.5 million developers use it as their primary language. JetBrains believes this may be due to the fact that it is common to hire offshore developers in countries like China and India to build Android apps. "We might have expected the USA to have a high percentage of Java users, but it also makes a lot of sense that they don't. There is a big technology stack to choose from and often a lot of the tech companies are at the forefront of that stack, so it could be that developers there don't need the power or stability of Java and are using languages that allow them to build and test quickly," JetBrains wrote in a post.
The post on JetBrains notes that the six countries with the highest percentage of developers using Java as their primary language are: China, South Korea, India, Germany, Spain, and Brazil: The reasons Java is most likely so popular in the first 6 countries include the free use of Java, governmental support, and open-source... Germany is also very high which could be attributed to Java being the most popular language in Germany for software engineers as it is used to build highly scalable applications for a multitude of industries. Most enterprise services rely on Java to power the applications that enable the day-to-day running of businesses, such as payroll, inventory management, reporting, and so on. Germany also has a big financial sector that uses Java heavily for their homegrown tech, such as trading bots, retail banking systems, and other applications that the finance industry requires in order to remain competitive...

According to the State of the Developer Ecosystem Survey 2020, more than a third of professional developers use Java as a primary language and Java remains the second primary language among professional developers after JavaScript. Expert analysis: It is not surprising to see JavaScript and Java taking the leading positions as they are kind of paired together; developers who work with Java often write their frontend and any quick scripts in JavaScript. Python is probably third place due to the spread of machine learning. In general, we expect the web to be a big part of the developer ecosystem and so JavaScript, HTML and CSS, and PHP will always have solid standing. SQL is also always going to be around as there isn't much that doesn't require databases in some capacity. C++ is also kind of a solid language in that it is used for a lot of embedded applications, so it won't be disappearing off the charts any time soon. C# though seems to be losing ground, and I guess if Java is high then C# will be low, as they are both very similar in terms of capabilities.

As to why I think Java is so high in the sphere of professional development — it's similar to what was mentioned about Germany. Most enterprise business services rely on Java to make them tick along. It's not just the IT sector either — almost every company, be it in distribution, manufacturing, or banking, has IT services as part of their infrastructure, and these services, such as payroll or inventory management, are generally built with Java in the backend. So Java is used a lot by professional developers who work for these companies.

This discussion has been archived. No new comments can be posted.

The World's Largest Concentrations of Java Programmers are in Asia and Germany

Comments Filter:
  • by Ukab the Great ( 87152 ) on Saturday September 26, 2020 @09:48PM (#60546954)

    Does a PHP programmer who lives on the Indonesian island of Java technically count as a Java developer?

  • by RogueWarrior65 ( 678876 ) on Saturday September 26, 2020 @10:00PM (#60546960)

    It could have something to do with universities in those regions attempting to teach marketable skills. My own experience in having been forced to learn Ada instead of C/C++ resulted in me only being able to find a job at defense companies. That quite often results in your job being classified so you can't tell prospective employers what you did or show them examples of your work.

    • by fazig ( 2909523 )
      That's funny, because various universities in the south west of Germany used to teach Ada in the mid 2000's. They did it because it was seen as an academically valuable language for learning how to program properly.

      At least that's what I've been told by complaining students that switched to my university where we learned C, C++, MATLAB, assembler, and VHDL (not exactly software development).
      • by Tablizer ( 95088 )

        They did it because it was seen as an academically valuable language for learning how to program properly.

        Students: "We don't want to program properly, we want to get a job."

        • by fazig ( 2909523 )
          Having graduated over 10 years ago, I've got some different opinions on what universities in Germany teach to people, and maybe what universities teach in general.

          If you're in the science and engineering fields they mostly teach you mathematics. All the other skills you can acquire on your own. An opinion that has been at least anecdotally confirmed by a lot of self-taught programmers that I've met who were quite good at programming, despite never having seen the inside of a university. Of course this req
    • So you a) went to a college that only used one programming language ever, and b) you never learned another since then? No matter which language that was, you would have had a problem.

      Where I come from,we did one language the first semester, three languages the second semester, then after that you used whatever language makes sense for the topic of the course, e.g. for a humanities course in cognition we used Prolog.

  • The lack of diverse programming experience in your country is not something to be proud of.

    • Who cares? As long as it pays the bills and works as intended.

      • Short term planing doesn't usually lead to long term success.

        • Isn't Java a PITA? Like, couldn't someone who learned Java go on to learn C++, and then C, for example? If they're smart enough to learn to deal with Java, I mean. I know I find C to be a lot more scrutable.

    • The summary says it's where Java is their primary language. It doesn't say that Java is their only language.
      • If you're not using it on the job, does that count as "experience" ? I draw a distinction between knowledge and experience. I have quite a bit of knowledge about guitar, but I can't play it to a meaningful degree because I have less than 30 hours of practice into it over the past 5 years of dabbling in it.

    • The lack of diverse programming experience in your country is not something to be proud of.

      Don't worry, Germans are far more aware of the importance of knowing other languages then Americans are.

  • Well we know what that makes Larry Ellison then.

  • by NoNonAlphaCharsHere ( 2201864 ) on Sunday September 27, 2020 @02:38AM (#60547226)
    I say we dust off and nuke the entire site from orbit. It's the only way to be sure.
  • by angel'o'sphere ( 80593 ) <{ed.rotnemoo} {ta} {redienhcs.olegna}> on Sunday September 27, 2020 @03:11AM (#60547254) Journal

    It's not just the IT sector either â" almost every company, be it in distribution, manufacturing, or banking, has IT services as part of their infrastructure, and these services, such as payroll or inventory management, are generally built with Java in the backend.

    I work since about 1995 mostly with Java. Never heard about a payroll system or inventory management written in Java. This is all off the shelf software like SAP or Oracle stuff (which could be in Java) you simply buy or rent. No one writes his own payroll system, that makes no sense at all.

    Stuff in Java are IT systems that actually describe/implement the business work. Like:
    * power companies planning a day ahead what plants should produce how much power during a given period of time during day. And such a power company will run their payroll by SAP.

    * air lines scheduling lay overs of crews and planes

    * banks internet access

    etc.

    • I work since about 1995 mostly with Java. Never heard about a payroll system or inventory management written in Java. This is all off the shelf software like SAP or Oracle stuff (which could be in Java) you simply buy or rent. No one writes his own payroll system, that makes no sense at all.

      I know at least one large German electronics retailer who had wirtten the backend for their inventory and merchandise management system in Java. If you need agility in your sales processes, this makes complete sense b

  • Germans are familiar with long names and parts of Asia are still catching up with modern philosophy behind software development. I'd have more hope if they said they were more likely to program in C or GO than Java. I cannot state enough that Java under Oracle has not been write once run anywhere and has instead been write once, regret forever. I'd rather write in swift, c++ or rust. Give me everything or true convenience. I have so much hope for go, rust and swift. If only swift would commit to non-languag

  • Me Chinese, me play joke, me do peepee i n your coke.
  • Comment removed based on user account deletion
  • I am so sorry ot hear that place hard hit by COVID now have to deal with an outbreak of Java programmers.
  • by Plugh ( 27537 ) on Sunday September 27, 2020 @11:30AM (#60547948) Homepage
    Used to scare me that kids in Asia had to eat rice and tofu. Now I will scare my kids by telling them that kids in Asia have to program in Java (shudders)
  • C# though seems to be losing ground

    What evidence do they have for this?

  • by niff ( 175639 ) <woutervannifterick@gmail . c om> on Monday September 28, 2020 @03:31AM (#60549752) Homepage

    Remember this is a survey done by Jetbrains, you know, the creators of the best Java IDE around.
    So itâ(TM)s not very surprising that their users are also Java developers.

    The creators of Delphi found in their survey that over 99% of the responding developers use Pascal.

    And Microsoft asked all Visual Studio users to fill in a survey and it turns out that C# is very popular, and that Java is really on its way out, since there were only 5 J# users left.

  • Well, it's definitely a very tough task to find a reliable essay writing service because some of those are just a scam. But once you found the one that does its job properly, you can save tons of time paying for some papers. But for me, time saving isn't the main point actually. I like those services mostly because I can easily improve my grades using them. So I often tell them to type my essay [myadmissionsessay.com] there, and they do it quite well. I'm sure that you will love their service as well guys. Good luck.

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...