# Introduction In this lab, we will learn about the `Integer.valueOf(int i)` method in Java. This method is part of the `java.lang` package and is used to return the equivalent `Integer` object of the integer primitive value passed as an argument.
Click the virtual machine below to start practicing