Friday 13 October 2017

Collection in java

                                   Collection in java

What is collection?
A Collection represents a group of objects known as its elements. The Collection interface is used to pass around collections of objects where maximum generality is desired.

                                      Hierarchy of collection framework
                                            



No comments:

Post a Comment

Data Conversion in java

Data Conversion In java programming we have six data conversion technique they are:. 1 Converting numeric string type data into numeri...