Home » JAVA Programming » Java Basic » Question
  1. Which component can be used for sending messages from one application to another?
    1. server
    2. client
    3. webapp
    4. mq
    5. None of these
Correct Option: D

Messaging is a method of communication between software components or applications. MQ can be used for passing message from sender to receiver.



Your comments will be displayed only after manual approval.