Investigating concurrency, cache contention, and coherence issues on the JVM using JOL and the new @Contended annotation in Java 8. (more…)
Read more »
We interviewed Aurelio Garcia-Ribeyro, Senior Director of Product Management at Oracle to talk about Java 14 and the community around it. TFiR – Your #1 Sour... (more…)
Read more »
We've gathered the data at the following services: StackOverflow, LinkedIn, Github, and Google search, and unified it through a simple, but effective ranking formula. We rank: Spring, JSF, Dropwizard, Play framework, JHipster, Grails, GWT, Vaadin and more... (more…)
Read more »
Java is a safe programming language and prevents programmer
from doing a lot of stupid mistakes, most of which based on memory management.
But, there is a way to do such mistakes intentionally, using Unsafe class.
Read more »