Java 9 delayed due to modularity controversy

Oracle has proposed a September release date for Java 9, following modularity controversy… Read more

Similar

The sorry state of Java deserialization

I’ve been on a bit of a frustration-driven quest to solve a problem I frequently encounter working on the search engine, that is, reading data from disk. You’d think this would be a pretty basic thing, but doing this in a way that is half-way performant i... (more…)

Read more »

Java Array

We know that variables are used to store data in a Java program. We also know that each variable can store not more than one data item. So, what do we do if we need to store a large number of data items, say 50. Well, we can use 50 variables, one for each... (more…)

Read more »

New Relic – The State of Java Report

While self-reported data suggests that running the latest and greatest JVM in production is the way forward, the recent report by New Relic (which monitors real JVMs in production) suggests that the Java landscape is dominated by Java 8, and to a lesser e... (more…)

Read more »