roster is an ArrayList of Student objects. Write a segment of code that will modify Roster so that its size becomes 0. Use an iterator.
What will be an ideal response?
```
Iterator
while (it.hasNext() )
{
it.next();
it.remove();
}
```
Computer Science & Information Technology
You might also like to view...
Attributes that are limited to a set of possible values are known as ____________________ types.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
When used with JavaScript, the current window is referred to as the ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What are the four main components that enable remote desktop server connectivity, and what is their function?
What will be an ideal response?
Computer Science & Information Technology
The item marked 4 in the accompanying figure is the Calendar ____.
A. item B. icon C. pane D. folder
Computer Science & Information Technology