Which of these events is generated when computer gains or loses input focus?
(a) ComponentEvent
(b) ContainerEvent
(c) FocusEvent
(d) InputEvent
I had been asked this question during an interview for a job.
Query is from ComponentEvent, ContainerEvent & FocusEvent Class in section Event Handling of Java