1.

What Are Collections And Arrays Classes?

Answer»

COLLECTIONS and Arrays classes are SPECIAL utility classes to support COLLECTION framework core classes. They provide utility functions to get read-only/ synchronized collections, sort the collection on various ways ETC.

Arrays also helps array of objects to convert in collection objects. Arrays also have some functions which helps in copying or working in part of array objects.

Collections and Arrays classes are special utility classes to support collection framework core classes. They provide utility functions to get read-only/ synchronized collections, sort the collection on various ways etc.

Arrays also helps array of objects to convert in collection objects. Arrays also have some functions which helps in copying or working in part of array objects.



Discussion

No Comment Found