Import same package class twice Will JVM load package twice runtime
OR
Can I import same package/class twice ? Will JVM load package twice at runtime ?
Answer : Yes you can import multiple times but JVM will load only once others will be ignored by JVM.
yes.we can ,but JVM take as one time.another time will be ignored by JVM.