Java Long LowestOneBit Method

# 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.

|60 : 00

Click the virtual machine below to start practicing