Welcome to another tutorial on the "How to code in Java" tutorial series. In the previous tutorial, I write about the relational, shorthand and logical operators in programming. In this tutorial, I'll continue with another type of important operator in programming. That is the bitwise operators. One thing that I would recommend you doing first before reading this tutorial is to understand the basic of the binary number system.