|
|
| | [flagged] Is Java Dying? | | 17 points by bornrmi on July 30, 2022 | hide | past | favorite | 15 comments | | In the recent times we have seen explosion of languages and frameworks around JS. Go and Rust are the talk of the town. I am Software Engineer in java and just want to understand what is the current state of the Java language?
Is it still one of the best languages overall, like high performance, concurrency support and great frameworks for building backend web apps? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Java as a Runtime Platform? I don't think it's dying anytime soon either.
JAVA might be a little bit old (in terms of technology) but more modern languages has a lot to do to catch up in:
* Multiple Relational DB support (I am still need to see good support for Python or NodeJS for databases like SYBASE, INGRES, others)
* Library ecosystem (there is a library for almost anything in JAVA) * Installed based (there is A LOT of Java Software out there)
I can see modern languages for the JVM like KOTLIN or SCALA fulfilling the places where JAVA is cumbersome.
Having said all this, unlike what was real 10 years ago, I definitely see that right now there are more JOB offerings for engineers in other languages (JavaScript/Node, Typescript, Python, and maybe even GO).
[EDIT]: grammar.