What is the complexity in terms of performance between
java.io.*
and
java.io.File
PS.
I know that the first one will include every file in java.io.* and the next one only the selected class file.
At runtime 0.
Both generate the same byte code
2.1m questions
2.1m answers
60 comments
57.0k users