Multiple choice

The methods of NumberFormat class are used to display the numbers in standard formats(Currency values and percentage values).The NumberFormat class belongs to which of the following packages?

  1. java.lang

  2. java.io

  3. java.text

  4. java.txt

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The NumberFormat class belongs to java.text package. It has three methods that yield standard formats for numbers, currency values and percentage values.