What is responsibility of event queue in event driven programming?
2021
What is responsibility of event queue in event driven programming?
Answer: C. Make a sequence in which event is executed — The event queue stores and manages events waiting for processing. Its core responsibility is organizing these events into a specific order to ensure…
- A.
Create new event
- B.
Delete the event
- C.
Make a sequence in which event is executed
- D.
Change the event
Attempted by 563 students.
Show answer & explanation
Correct answer: C
The event queue stores and manages events waiting for processing. Its core responsibility is organizing these events into a specific order to ensure sequential execution based on arrival or priority.
Loading lesson…