Define Constants in Interface or Class

Define Constants in Interface or Class

In Java syntactically it is possible and allowed to define constants in both Interface and Class. In old days putting…

1 comment
Java Classpath Scanning using ClassGraph

Java Classpath Scanning using ClassGraph

The standard Java Class API or Reflection API allows us to find all interfaces/classes implemented/extended by a class/interface. It also…

3 comments
java thread local storage

Java Thread Local Storage explained in easiest practical way

One of the cool feature of Java that I like is ThreadLocal storage. ThreadLocal storage is explained in easiest way…

1 comment
ehcache3 jcache performance

EhCache3 as JCache (JSR-107) Implementation with Cache Statistics

If you are reading this you already know that caching is mechanism to store static data In-Memory for faster access…

2 comments
ehcache3 caching performance

EhCache3 In Memory Caching for Performance Improvement

If you are reading this you already know that caching is mechanism to store static data In-Memory for faster access…

1 comment