- Dec 15, 2003
- 540
- 0
- 0
i was wondering if the statement "import java.util.*" actually imports all the stuff such as Collection, LinkedList etc. all together or if i have to separately import one by one....i.e. import java.util.AbstractCollection, import java.util.AbstractList, and so forth
thanks in advance!
thanks in advance!