logoalt Hacker News

ActorNightlyyesterday at 7:20 PM3 repliesview on HN

Oracle Java is also basically effectively in KTLO mode.

The biggest use of Java currently is Android, and Google is on a path to migrate to Fuchsia eventually.

The second biggest use is Apache Spark/Kafka, but with LLMs now, you can pretty much re implement all of that functionality in pure C.

They just want a legal angle, since this is how they make most of their money.


Replies

ternaryoperatoryesterday at 7:32 PM

Not sure where u get your information. Oracle Java is OpenJDK with a support license from Oracle. It is widely used in enterprises, and it is updated regularly.

vovaviliyesterday at 9:00 PM

>The second biggest use is Apache Spark/Kafka, but with LLMs now, you can pretty much re implement all of that functionality in pure C.

Spark is written in Scala, precisely because distributed systems are best modelled as a set of pure functions with minimal references to state. This is also why part of the reason why it's ascending successor, Polars Cloud, is written in a functional language, Rust, rather than C.

Android development is also increasingly being monopolized by Kotlin, not Java.

xxsyesterday at 8:37 PM

like the sibling tells, a massive amounts of the enterprice software does runs on java