public class MainClass{ public static void main(String[] argv){ float f = 0.0F; float f1 = 1.1F; System.out.println(Float.isInfinite(f1/f)); } }
true