In the java.util.concurrent package, find a List implementation that has the following characteristics:
1. The iterator doesn't contain any data added to the list after the iterator's creation;
2. Data is stored internally as an array.
Magic class
- 9
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet