Java
Programming and Technical
HR Interview
Interview
Q. What is the List interface?
A. The List interface provides support for ordered collections of objects. Lists may contain duplicate elements.
Read Solution (Total 1)
-
- A List interface can be used to represent group of individual objects into a single entity where insertion order is preserved and duplicates are also allowed
- 9 years agoHelpfull: Yes(0) No(0)
Java Other Question