Question 20
Which of the following statement(s) is/are true regarding long and short polling?
A webhook is the same as short polling.
The short polling can be used to know the state of an asynchronous task, and trigger an action if the task gets completed.
The long polling cannot be achieved using HTTP protocol.
Long Polling can be used to achieve real time communication.