In this exercise, we have to use computer knowledge to define mainframe, so it is an integrated computer platform capable of processing large volumes.
<h3>What is a Mainframe Computer?</h3>
Mainframe is an integrated computer platform capable of processing large volumes of information in short periods of time. Currently, these platforms offer services to thousands of users through numerous terminals – directly connected or networked – using modern and flexible software.
See more about mainframe at brainly.com/question/5563113
Answer:
A HashMap< String, Agent >
is a best collection for this
Explanation:
Collection is basically a framework that is used in order to perform operations on data and to store and manipulate objects.
HashMap is a Map based collection where Map is a data structure of interface which allows the key and value pairs mapping and HashMap is a collection class used to store these key-value pairs of data.
The syntax is:
HashMap<key, value>
So in HashMap< String, Agent > statement the String is used to store the codename for every agent and Agent is an object that represents each agent. So this is represented as key-value pair using HashMap.
Answer:
C) Multiple reviewers have to be able to view one another's changes after they are made.
Explanation: