Core Java
-

Type Inference from Java 7
Every good programmer likes to write a concise but effective and optimized code. Type Inference is a way introduced in…
Read More » -

Writing Eclipse Plugins Tutorial – Part 1
Eclipse is one of three most popular java development IDEs. One reason for its success is its extensibility. Writing eclipse…
Read More » -

Top 10 Most Popular New Eclipse Plugins
Eclipse Marketplace continues to be the place to discover interesting and relevant Eclipse plugins. There are over 100,000 successful installs/month…
Read More » -

About Java Packages
I hope we all agree that methods an classes should be small and have only few dependencies. This point of…
Read More » -

NetBeans 7.2 beta: Faster and More Helpful
There has been significant excitement about the beta release of NetBeans 7.2. In this post, I look briefly at what…
Read More » -

OutOfMemoryError: Java heap space – Analysis and resolution approach
java.lang.OutOfMemoryError: Java heap problem is one of the most complex problems you can face when supporting or developing complex Java…
Read More » -

Functional style in Java with predicates – Part 2
In the first part of this article we introduced predicates, which bring some of the benefits of functional programming to…
Read More » -

Functional style in Java with predicates – Part 1
You keep hearing about functional programming that is going to take over the world, and you are still stuck to…
Read More » -

Generic Text Comparison Tool with LCS Approach
Detecting and showing differences of two texts (especially having hundreds or thousands of lines) is a common problem. Using pure…
Read More »


