Core Java
-

Microbenchmarking comes to Java 9
I have not written article here for a few months and this will also continue with this exception. I plan…
Read More » -

Rebutting 5 Common Stream Tropes
I’ve just finished reading “1 Exception To The Power of JDK 8 Collectors” and I have to say that I…
Read More » -

What’s exciting about Java 9 and Application Performance Monitoring
Solve App Problems 10x Faster with AppDynamics – Monitor production apps at code-level depth with minimal overhead. Start a FREE…
Read More » -

Running -XX:CompileCommand on Windows
The HotSpot JVM provides several command-line arguments related to Just In Time (JIT) compilation. In this post, I look at…
Read More » -

Applying JDK 9 @Deprecated Enhancements
I discussed the currently proposed JDK 9 enhancements for the @Deprecated annotation in the blog post JDK 9 @Deprecated Annotation…
Read More » -

A dream come true…teaching – Professional Java developer: Tools and best practices
I always enjoyed sharing knowledge. One of the reasons I blog is to share my knowledge on things around my…
Read More » -

Communicating Design
Software design is crucial. It is the foundation of an application. Much like a blueprint, it provides a common platform…
Read More » -

So, Oracle killed java.net
Well, not yet…but they announced to shutdown java.net and kenai by May 2017. I have been interviewed about this for…
Read More » -

The Java Syncrhonisers
Threads communication happens primarily by sharing access to fields and objects. Although extremely efficient, this form of communication is prone…
Read More »
