Java LinkedList class

Java LinkedList class utilizes doubly linked list to store the components. It gives a linked-list data structure. The essential focuses about Java LinkedList are:


  • It will have duplicate components. 
  • It keeps up insertion order. 
  • It is non synchronized. 
  • It can be utilized as queue, list and  stack.

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...