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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At runtime 0.
Both generate the same byte code