first of all I would like to excuse me for my utter noobness... But I've got the following:
List<Integer> myList = new ArrayList<Integer>()
Now myList is declared as a List but initialized as an ArrayList, my question is, can I use ArrayList methods (not supported by List) on myList?
Thx in advance
(PS: it is quit possible that this question is already somewhere on this forum, but after 45 minutes searching I really had enough sorry for that :cool: )
Peace Out nFm!

