-
For duplex communication we can’t use ____________.
-
- HTML5
- JavaScript
- Streaming
- Long Polling
- None of these
Correct Option: B
There are some existing techniques for the communication between client and server known as duplex techniques. They are Streaming, HTML5, Postback and AJAX, Long Polling, Polling. For real-time transferring of data, Streaming is the best option. Polling performs periodic requests.