Many Java users hate it at times for being too verbose. Many of us have started using other languages like Kotlin or Scala for their terseness and expressiveness. One of the feature that Java progr… (more…)
Read more »
Legend of Dragoon decompiled, reverse engineered, and ported to Java - GitHub - Legend-of-Dragoon-Modding/Severed-Chains: Legend of Dragoon decompiled, reverse engineered, and ported to Java... (more…)
Read more »
The Spring vs Java EE discussions have started up again recently, primarily triggered by a Gartner report entitled "Market Guide for Application Platforms". The report wasn’t sponsored by Pivotal (as far as I know you can’t sponsor Gartner reports) but yo... (more…)
Read more »
BigDecimal is an immutable data type. So every method of this class should be thread safe.
But this not the case for the method toString. Calling it from multiple threads leads to strange results. (more…)
Read more »
There was lots of news in the land of Java yesterday. If you have not already seen the posts by Mark Reinhold and Donald Smith of Oracle, I encourage you to read: Moving Java Forward Faster Acceler… (more…)
Read more »