Every List has its own usage:
- Array List behaves like a Resizable-array
- LinkedList could be used as a FIFO queue
- Stack obviously is a stack (LIFO)
For more details on this visit Topic 5.1.6 to 5.1.13
Computer Science Resources
Every List has its own usage:
For more details on this visit Topic 5.1.6 to 5.1.13