DecimalFormatSymbols getInfinity() method in Java with Examples
The getInfinity() method of java.text.DecimalFormatSymbols class in Java is used to get the String that is used to represent infinity for the Locale of this DecimalFormatSymbols. This method returns the String for the infinity of that Locale. Syntax: public String getInfinity() Parameter: This metho