java.awt.List is List component (like drop down list), it not a collection/datastructure.
What is the difference if I use java.awt vs java.utils ??
You can’t use List/Collection specific methods like iterator.
java.awt.List is List component (like drop down list), it not a collection/datastructure.
What is the difference if I use java.awt vs java.utils ??
You can’t use List/Collection specific methods like iterator.