what are user-defined collections of content
Answers
Answered by
1
Answer:
Collection classes are used to store built in objects such as Integer, String, Character etc. But the potential of collection classes isn't just restricted to the storage of built-in objects. Collections classes can store any similar type of objects, be it objects of a built-in class or objects of an user-defined class.
Similar questions