# Introduction In this lab, you will learn about the `min()` method of the `Integer` class in Java. This method is used to return the numerically smaller value(minimum value) of the two numbers passed as arguments.
Click the virtual machine below to start practicing