Collections are a very important part of Java as they allow storing and manipulating related values.
All Java collections are derived from the Collection interface which has 3 sub-interfaces:
List
Queue
Set
These 3 sub-interfaces are implemented by many classes:
- List interface is implemented by the ArrayList, LinkedList and Vector classes; Stack class inher…
Keep reading with a 7-day free trial
Subscribe to Selenium For Beginners to keep reading this post and get 7 days of free access to the full post archives.