Answer:
In footnotes, information is separated by commas, while in the bibliography, it is separated by periods.
In footnotes, the author's first name is listed first, while in the bibliography, the author's last name is listed first.
The titles of books and journals are put in italics.
The titles of articles are put in quotation marks.
All key words in titles are capitalized.
Explanation:
 
        
             
        
        
        
The contains criteria filter requires the records displayed to have the specified text string anywhere. Thecontains operator is used to perform case-sensitive matching regardless of location in strings. 
The begins with criteria filter on the other hand requires the records displayed to start with the specified text string
 
        
             
        
        
        
Answer:
 for (scores.Entry<String, Integer> entry : scores.entrySet()) {
           int value=0; String key="Rambo"; 
           String k = entry.getKey();
            int v = entry.getValue();
            if (v>value)
            {
                value =v;
            }
            else
            { 
                value=value;
            }   
        }
        for( scores.Entry<String, Integer> entry : scores.entrySet())
       {
         if( entry.getValue()==value)            
         System.out.println("Key = " + entry.getKey() + ", Value = " + entry.getValue());
       }
Explanation:
The above scores are an object of Map type.  And this is a parameter of findUopStudent function. So scores is a Map, and entry is an item. And we get its key and value. Now we compare each value using senteniel method and find the maximum value. Now we iterate through the scores using for the look and check the value of each entry against the maximum value found, and we print out the entry with maximum value. And that is the top student, which is required.  
 
        
             
        
        
        
They should use fiber cable because it is faster and more reliable