One way of   traversing , a directory content recursively , is to use , the new java .nio api , which provides some functions , related to that . This api , also works on android version 8 , … Read More 
Tag: java
Shift operators in java , a tutorial
A shift operator will shift the bits by a number of positions . In java we have three shift operators , they are
- The right shift signed operator  
, which shift the bits to the right , while keeping the