I am new to java so maybe this is very trivial question.
But I just noticed that when i declared
List myList = new ArrayList();
Eclipse IDE gave me bunch of options for "List" error.
Mainly.. the top 2 one got me curious.
What is the difference if I use java.awt vs java.utils ??