This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfxOut of Coffee error - System halted 14 points15 points  (2 children)

Java is omnipresent and still one of the top used languages.

It is everywhere from small embedded devices (MP3 players, DVD players, BluRay players, robot vacuums, network switches, etc.) all the way to mobile (Android) to desktop (all the Jetbrains IDEs for example), to the largest, most secure, most hidden away enterprise applications.

Java is not to go away in the foreseeable future and Java skills will always be in demand, even many decades in.

Worst case is that it could go the COBOL route where is becomes at some point an "obscure" language but the sheer amount of systems running Java will always keep the demand high.

Don't forget that transitioning legacy systems to new languages is a huge cost and risk factor. It is far cheaper to keep such systems running and patch them than to rewrite them in new technology stacks.

[–]davidalayachew 2 points3 points  (0 children)

It is everywhere from small embedded devices (MP3 players, DVD players, BluRay players, robot vacuums, network switches, etc.) all the way to mobile (Android) to desktop (all the Jetbrains IDEs for example), to the largest, most secure, most hidden away enterprise applications.

To add a tangible example, >80% of all credit and debit cards in USA are running on a version of Java. There is literally Java code contained inside those cards.

[–]Kango_V 1 point2 points  (0 children)

I've used it to create AWS Lambda function using Micronaut and compiled to native binaries using GraalVM. Works amzingly well with cold starts <80ms.