Java, like most platforms or languages has layers of security, this article lookS at the Authorization layer and how JEP 411 relates to it. (more…)
Read more »
Java Heap fragmentation is an interesting problem, which triggers long pausing full garbage collection cycles. In this article we would like to attempt to explain the heap fragmentation. Let’… (more…)
Read more »
There’s always been a considerable level of criticism against Java from a big sector of our industry; this criticism has been mostly focused on Java’s verbosity and the amount of boilerplate code it generates in many cases without need. Although I’ve alwa... (more…)
Read more »
Deprecate the Applet API for removal. It is essentially irrelevant since all web-browser vendors have either removed support for Java browser plug-ins or announced plans to do so. (more…)
Read more »
This post outlines the benefits of using the final keyword in Java. We are now in an age of complex multi-core CPU environments with virtual machines running functional programming features like la… (more…)
Read more »