Multiple choice

Which classes instance describe text events which are generated by text fields and text areas when characters are entered by a user or program in java?

  1. The MouseEvent Class

  2. The TextEvent Class

  3. The WindowEvent Class

  4. Javax.swing.event

  5. Javax.swing

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

Instance of this class describe text events which are generated by text fields and text areas when characters are entered by a user or program.