Core Java
-
Java Minor Releases Scheme Tweaked Again
In 2013, Oracle announced the Java SE – Change in Version Numbering Scheme. The announcement stated that Limited Update releases…
Read More » -
Eclipse Extension Point Evaluation Made Easy
Coding Eclipse Extension Point evaluations comes in a bit verbose and sparsely self-explaining. As I got round to busy myself…
Read More » -
NetBeans 8.0’s Five New Performance Hints
NetBeans 8.0 introduces several new Java hints. Although there are a large number of these new hints related to Java…
Read More » -
Java 9 Behind the Scenes: Where Do New Features Come From?
Find out what’s going on behind the scenes of Java, and how new features come to life In a previous…
Read More » -
Java And The Sweet Science
When you have been developing in Java for 15 years and a coworker asks you to help them debug a…
Read More » -
A Java conversion puzzler, not suitable for work (or interviews)
A really hard interview question would be something like this: int…
Read More » -
Factory Without IF-ELSE
Object Oriented Language has very powerful feature of Polymorphism, it is used to remove if/else or switch case in code.…
Read More » -
Keyboard shortcuts in IntelliJ
I attended a talk by Hadi Hariri at JavaOne last week. He introduced a whole bunch of IntelliJ keyboard shortcuts…
Read More » -
JavaOne 2014 Observations by Proxy
I wasn’t able to attend JavaOne this year, but have been happy to see some online resources covering what happened…
Read More »