Question
Can i import same package/class twice?
Answer
Compiler doesn’t give any error if we try to import same package or class twice but internally JVM will load the class only once.
Can i import same package/class twice?
Compiler doesn’t give any error if we try to import same package or class twice but internally JVM will load the class only once.