Write a while loop that uses an explicit iterator to accomplish the same thing

What will be an ideal response?


```
Iterator itr = role.iterator();
while (itr.hasNext())
System.out.println(itr.next());

```

Computer Science & Information Technology

You might also like to view...

The Flash Player comes standard in the browser software installed in most new computers.

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

Computer Science & Information Technology

What is the correct command to name a VLAN "sales"?

A) name sales B) vlan name sales C) vlan sales D) vlan id sales

Computer Science & Information Technology

The _________ in the box model extends from the element's content to a border.?

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

Computer Science & Information Technology

You can copy a Photoshop PSD file and paste it directly into Dreamweaver.

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

Computer Science & Information Technology