Home » JAVA Programming » Java Basic » Question
  1. Which of these methods will be invoked if a character is entered?
    1. keyEntered()
    2. keyTyped()
    3. keyPressed()
    4. keyReleased()
    5. None of these
Correct Option: B

keyTyped()



Your comments will be displayed only after manual approval.