Home » JAVA Programming » Java Basic » Question
  1. Which of these methods can be used to know the type of focus change?
    1. typeEventFocus()
    2. isPermanent()
    3. typeFocus()
    4. isTemporary()
    5. None of these
Correct Option: D

There are two types of focus events – permanent and temporary. The isTemporary() method indicates if this focus change is temporary, it returns a Boolean value.



Your comments will be displayed only after manual approval.