-- The new operator automatically initializes the elements of an array to their default value, which, for example, is zero for all numeric types and null for all reference types. -- why we should we ...
The collection interface belongs to java.util.Collection package. All classes and methods of collection interface belong to this java.util package. - API means a library or some features that we can ...