Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Automatic Imports of java.lang. Package Classes ?????? Why ????????

807569Jul 7 2006 — edited Jul 7 2006
Hi All,

Why java automatically implicitly imports all the classes which are under the package java.lang.* ??

What is the significance behind that?

Is not a overhead ??? - if we are not using some of the classes in java.lang.package through out our module?

Can we able to create such packages to automatically imported in our classes instead of declaring in all classes ??

Thanks,
J.Kathir
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2006
Added on Jul 7 2006
7 comments
675 views