Java Long parseLong Method

# Introduction The `parseLong(String s)` method is a static method of the `Long` class in Java. It is used to convert a string value to a signed decimal long value. In this lab, you will learn how to use this method to convert string values to long values.

|60 : 00

Click the virtual machine below to start practicing