Answer:A) SQS
Explanation: Simple Queue Service (SQS) is Amazon based service that deals in queue that decouples the micro-services infrastructure or applications.It has the benefit of maintaining of the security, eliminating complexity, transmitting the data reliably etc.
It also provides the service of the storing the message, storing it and other functioning without the integrity in its security or any other resource need.Thus, option(a) is the correct option.
In the case above, what just comes to mind as part of the process is option d.
<h3>What is sniffer?</h3>
A sniffer is known to be a kind of a software or hardware tool that gives room for a person to be able to “sniff” or look through one's internet traffic in real time, getting all the data flowing to and from a person's computer.
Therefore, In the case above, what just comes to mind as part of the process is option d.
Learn more about sniffer from
brainly.com/question/14265770
#SPJ1
Classes called child classes or subclasses inherit methods and variables
Answer
calculator calc;
Explanation
An object is an instance of a class. And a class is what defines or describes the behavior or the state of the object of its type. When a class is defined no memory is allocated until when an object is created memory is allocated.