|
|
|
|
|
by coliveira
2094 days ago
|
|
The main problem with Java is its concurrency model, which gives incentive to the creation of threads that fight for resources and introduce bugs. This seemed a wise choice in the 90s, but as concurrency has increased several-fold in the last 25 years, the model cannot scale to real software needs. It is the Java equivalent to pointers in C. |
|
And somehow it is still widely used within Google, Facebook, Amazon, Twitter...