| 1. |
What Are The Types Of Messaging? |
|
Answer» There are two kinds of MESSAGING. Synchronous Messaging: Synchronous messaging INVOLVES a CLIENT that waits for the server to RESPOND to a message. Asynchronous Messaging: Asynchronous messaging involves a client that does not wait for a message from the server. An event is used to trigger a message from a server. There are two kinds of Messaging. Synchronous Messaging: Synchronous messaging involves a client that waits for the server to respond to a message. Asynchronous Messaging: Asynchronous messaging involves a client that does not wait for a message from the server. An event is used to trigger a message from a server. |
|