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. 



Discussion

No Comment Found