# Introduction In this lab, we will learn about the Java `reverseBytes()` method of the `Long` class, which is used to reverse the order of bytes of the two's complement binary representation of the `long` value passed.
Click the virtual machine below to start practicing