I am not sure if this is an error, or my lack of knowledge.

But when you import java.util.*; and java.awt.*; and use the List class, the List class from .awt conflicts with the List interface from .util, so I had to specify "java.awt.List" which I've never had to do before.. is this an error, or just one of those unavoidable things you run into when you are a master 1st year programmer like myself? :)

-- 
(:      Riyad Kalla      :)
(:   [EMAIL PROTECTED]   :)
(:        CS Major       :)
(: University of Arizona :)
 


Reply via email to