1.

Solve : Looking for a JAVA class...?

Answer»

Hi, I am looking for a Java class that has the SUITABLE METHODS to DISPLAY large integers with separating commas(325,589 instead of 325589) and have a restricted number of DECIMAL places for decimal numbers(26.2 kilos instead of 26.233985305).

Anyone can help me for that? Thanks in advance. This might work: java.text.NumberFormat

For more info check out: Number Format

Good luck. 8-)



Discussion

No Comment Found