Introduction
In this lab, you will learn how to use the lowestOneBit()
method of the Long
class in Java. This method returns the single one-bit long value of long passed as an argument in the position of the lowest order(rightmost) and returns zero if the passed argument is zero.