Which two statements are true only when implementing rich client applications, and NOT when
implementing web browser-based clients that support only HTML? (Choose two.)
A.
Information can be sent to the client by the server, without client polling.
B.
Information can be encrypted prior to delivering it to the client and decrypted when received
to the client.
C.
Information can be compressed prior to delivering it to the client and decompressed when
received to the client.
D.
Information can be delivered to the client incrementally, without requiring that the server
deliver all the information to be presented to the client on each update.