Question 5
Which of the following statement(s) is/are false?
In short polling, the server does not respond until the data is available or the request times out.
In long polling, the server does not respond until the data is available or the request times out.
In short polling, the server responds immediately with or without data.
In long polling, the server responds immediately with or without data.