InterviewSolution
Saved Bookmarks
| 1. |
Which component can be used for sending messages from one application to another?(a) server(b) client(c) mq(d) webapp |
|
Answer» The correct answer is (c) mq To elaborate: Messaging is a method of communication between software components or applications. MQ can be used for passing message from sender to receiver. |
|