posted 25 years ago
The difference is that in C if you #include a file, there is overhead associated with it, while in Java if you import a jar (or group of files) only the classes that are actually used in the compiling get pulled in. There is no penalty for getting carried away with how many files that you import.
"JavaRanch, where the deer and the Certified play" - David O'Meara