Styrow.dev
Question 240 of 247
Java Topic: General medium

Can i import same package/class twice?

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.