Creating automatic unit tests is one of the most common tasks today in development day by day and a good unit test is essencial. (more…)
Read more »
Cacheonix is an Open Source Java cache that helps developers to scale applications horizontally by providing a highly concurrent local cache and a strictly consistent distributed cache. (more…)
Read more »
Java.util package provides a Dictionary class which is the abstract parent of any class, such as Hashtable, which maps keys to values. Every key and every value is an object. In any one Dictionary object, every key is associated with at most one value. Gi... (more…)
Read more »
Every Java developer sooner or later has the exact same problem. They wish they could see beyond their public API. (more…)
Read more »