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:
° Webpages could finally incorporate tables into the design.
° Webpage layouts were finally designed using HTML code.
Explanation:
Web design is the structure or styles that are used to make webpages more interactive and attractive for web users to use.
In other to design a web page, on of the tools been used are programming or coding languages.
Examples include, HTML, Cascading Styles(CSS) e.t.c.
The addition of an improvement over early web design resulted in the use of Hyper Text Markup Language(HTML) code to design the layout of webpage.
Hyper Text Markup Language(HTML) is a programming or coding language that is used first in creating and designing a webpage. It gives the webpage, a very good layout and structure.
Also when designing webpages, tables can now be incorporated into the design
The correct answer is "It will be highlighted in the text and seen in the right margin."
Comments are known as notes or annotations that gives an author or editor an idea about a common mistake in his or her work. In other words, comments are used to give a heads up to the creator of a specific document.
Exel is used for graphing, Word for any type of essay or paper, and Powerpoint for presentations.
Hope this helps!