Multiple choice

Which of the swing components does not display the text entered into it, but displays the specified character (such as *) as input is given into the field?

  1. JLabel

  2. JButton

  3. javax.swing.text.rtf

  4. Property

  5. JPasswordField

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

This swing component does not display the text entered into it, but displays the specified character (such as *) as input is given into the field.