An academic researcher wants to use this class to create Student objects and arrange them in a list in descending order according to the value of their courseAverage member. What is the most appropriate list collection type to use?

What will be an ideal response?
```
public class Student
{
private String name;
private double courseAverage;
// accessor, mutator, and
// support methods ...
}
```


Since the list elements will be arranged in an order, an ordered list is the most appropriate list collection type
to use.

Computer Science & Information Technology

You might also like to view...

Click the View tab on the ribbon to create a backup. ____________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Flash provides built-in motion ____ to automate certain animations.

a. defaults b. customizations c. presets d. sketches

Computer Science & Information Technology

Which of the following keys toggles between Insert mode and Overtype mode?

A. INSERT B. ENTER C. TAB D. ALT

Computer Science & Information Technology

Personal firewalls can be stand-alone programs; they are also built into many operating systems (such as the ____________________ program).

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology