InterviewSolution
Saved Bookmarks
| 1. |
What Is Randomaccess Interface? |
|
Answer» RandomAccess INTERFACE is a marker interface used by LIST IMPLEMENTATIONS to indicate that they support fast (generally constant TIME) random ACCESS. RandomAccess interface is a marker interface used by List implementations to indicate that they support fast (generally constant time) random access. |
|