Java Long toOctalString Method

# Introduction In this lab, we will learn about the `toOctalString()` method that is part of the `Long` class in Java. This method is used to convert a long integer to its equivalent octal representation. We will learn how to use this method through some examples.

|60 : 00

Click the virtual machine below to start practicing