RandomAccess interface is found in
-
java.io
-
java.util
-
javax.xml.stream
-
java.io.*
B
Correct answer
Explanation
The RandomAccess interface is part of the java.util package in Java Collections Framework. It's a marker interface used by List implementations to indicate that they support fast (generally constant time) random access to elements, like ArrayList.