Java ArrayList class

Java ArrayList class utilizes a dynamic cluster for putting away the components. It acquires AbstractList class and actualizes List interface. The vital focuses about Java ArrayList class are:

  • It will have duplicate components. 
  • It keeps up insertion order.
  • It is non synchronized. 
  • Here manipultion is too slow when user perform shifting operations.

No comments:

Post a Comment

What is Normalization?

Database normalization is a data design and organization process applied to data structures based on rules that help building relational dat...