Hacker News new | ask | show | jobs
by kaolinite 5049 days ago
There are plenty of reasons other than people being unable to "Java right", though I'm not saying that Java doesn't get plenty of hate out of ignorance.

A good example of when you can't use Java would be embedded projects or projects where you need to squeeze even more performance out of your code. Java is fast but it isn't the fastest.

Feel free to love your language of choice but I'd recommend not letting it get in the way of common sense.

1 comments

Java bytecode is very compact and used also in embedded systems. Java can be predictable.

Can you show some benchmarks compare java w/ jit and other languages?

I love another language, but Java is better choice.