Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: java

Recursive directory traversal in java or android ?

Posted on February 13, 2021February 24, 2021 by mohamad wael

 
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

java filesystem, java
2

Shift operators in java , a tutorial

Posted on October 1, 2019October 29, 2020 by mohamad wael

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
… Read More
operators java, shit operators