# Introduction The `numberOfTrailingZeros()` method returns the number of zero bits following the lowest order one bit (rightmost) of the passed long value. This method is a part of the `Long` class of the `java.lang` package.
Click the virtual machine below to start practicing