
Binary Search Array as data structure It’s quick to search such an array for a particular value, using a binary…
Binary Search Array as data structure It’s quick to search such an array for a particular value, using a binary…
This article is based on 1.6 code. In 1.7 ver#, ‘Unsafe’ class is used to directly write to memory location.…
In this article, we will look into the internal workings of LinkedHashMap. LinkedHashMap vs. HashMap LinkedHashMap is a HashMap that…
This article documents some of the instances where we use Bit manipulation techniques. Convert byte to int public void testByteToIntByAndOperation()…
How can we obtain a unique identifier which is unique across the various JVMs? This article tries to understand the…
This article tries to give an insight into java numerical types and how a signed type can be converted into…