# Introduction The `isInfinite()` method is a built-in method of the `Float` class in Java. It is used to check whether a floating-point value is infinite or not. It returns `true` for an infinite value and `false` for a finite value.
Click the virtual machine below to start practicing