Core Java
-
[EBOOK] Top 10 Java Performance Problems
Interested to learn more? Then you should download the relevant ebook here. Most performance issues in Java can be attributed…
Read More » -
Apache Spark RDD and Java Streams
A few months ago, I was fortunate enough to participate in a few PoCs (proof-of-concepts) that used Apache Spark. There,…
Read More » -
Java 9 Module System (Jigsaw) @ LJC’s HackTheTower
Today we spent half a day, on our first HackTheTower event. Members of London’s Java User Group (aka LJC), gathered on the…
Read More » -
Setting multiple Java JRE/ JDK on MacOSX using brew, cask and jenv
Yesterday at the Java9, Jigsaw HackTheTower event, I realized that I need to step up my game and improve my existing…
Read More » -
New Distributed Primitives for Developers
Object-Oriented Primitives (in-process primitives) As a Java developer, I’m well familiar with object-oriented concepts such as class, object, inheritance, encapsulation,…
Read More » -
Oracle JDK 9 Early Access Documentation Updated
Raymond Gallardo‘s 4 April 2017 post Early Access documentation for Oracle JDK 9 has been updated today announces updates to…
Read More » -
Implications of the Presence of StringBuffer
When I am working on legacy code and run across instances of StringBuffer, I typically replace them with instances of…
Read More » -
Use Cases for Java Enhanced Enums
In the message Enhanced Enums — use cases, Brian Goetz writes, “We’re hoping to get user feedback on the feature…
Read More » -
A Java gist on zip and unzip
Compressing is one of the major actions that can be issued in our code when it comes to writing files.…
Read More »