-
Which of these methods can be used to know the type of focus change?
-
- typeEventFocus()
- isPermanent()
- typeFocus()
- isTemporary()
- 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.